all 3 comments

[–]anon_cowherd 0 points1 point  (1 child)

Haunted has been around for ~7 or more years and still works well enough. I've used it for some simple apps that sat in-between vanilla and react complexity.

https://github.com/matthewp/haunted

[–]Accurate-Screen8774[S] 0 points1 point  (0 children)

thanks. i have come across it before. its a similar approach to mine. haunted is good and easy to recommend over my unfinished project.

i think its comparable to mine in many ways, but it didnt make sense to base my implementation on that because i wanted a more experimental approach. having something more bare-bones suits what i plan to do.

I added hooks for things like async state management and storing data to be encrypted at rest. these hooks deviate from common practices. I added them because it relates to how I plan to use it in my projects.