DEV Community

Cover image for Making a new framework
CodeDev1980
CodeDev1980

Posted on

Making a new framework

What do we like about the existing frameworks out there currently? What do we need or want from it? Speed, easy to learn, fast to install, and something that comes together for styling and all front end languages in place. What do we do now to build this? Run npm or yarn in the console to fetch those packages, wait a couple of minutes, and read through the README.md files right?

So what do we go to boot camp for? To build onto what we already know or do. I try to perfect it every time we use it. Then run update after update. After all those updates, it still can have vulnerabilities. A lot of designers turn to using WordPress or Shopify for fast building and plugin support.

What about a new framework that would take away what I just said, and produce what we all really need and didn't expect but kind of do when surfing the web? Built from a language that is more direct and easy to learn, that works both on the front end and with the server side? How about no need to sign up for a database account because it would create a new one in it's own space with secure connection or access?

Sounds different than what we currently do right? Well it is. Ve prepared for simplicity, faster loading, and easy to learn styled full stack framework. Who would be interested in learning more?

Top comments (0)