DEV Community

Matthew Anderson
Matthew Anderson

Posted on

Introducing StellifyJS!!!

I need/ want a Laravel like framework for my front-end development work that focuses on dependency injection/ contracts to help work with SOLID principles, especially Dependency Inversion (D in SOLID).
In addition, I want to provide helper methods that result in the same type of elegant & expressive syntax you get in Laravel and built-in code that simplifies common tasks such as front-end authentication and form validation. I'm even contemplating building CLI stuff, similar to Laravel Artisan, to scaffold classes such as models that could mirror the models that exist on you Laravel web app and also provide an elegant (or should I say Eloquent!) ORM for manipulating data.

I've made a start on development:

https://github.com/Stellify-Software-Ltd/stellifyjs

You can install the package in your projects using npm:

https://www.npmjs.com/package/stellifyjs?activeTab=readme

Lastly, I'm keen to hear people's feedback and if anyone wants to contribute to the project then by all means drop me a message or submit a PR!

Top comments (1)

Collapse
 
xwero profile image
david duymelinck

I'm not sure what your framework wants to solve? Other frameworks already have dependency injection. Other frameworks already have models.

The code doesn't make me much wiser. It even seems like it has a file missing, reactive.js.