DEV Community

Discussion on: Frameworks without a Framework: The next (big) thing

Collapse
 
mendeljacks profile image
Mendel Jacks

Great initiative. If you need an extra hand reach out to me mendeljacks@gmail.com.

Collapse
 
siddharthshyniben profile image
Siddharth

Thanks a lot man!

Once I clean up the codebase and write some docs, and convince all of you that this is awesome, I'll write a post detailing a bit more about this. At that point you could contribute! 🔥

Collapse
 
mendeljacks profile image
Mendel Jacks

Make sure to take inspiration from solid-js for runtime dependency tracking. You may want to consider not including any state management in the box as mobx and other reactivity libraries would just need a reference to the render function

Thread Thread
 
siddharthshyniben profile image
Siddharth

Thanks for the tips!