DEV Community

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

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!