You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jiyinyiyong edited this page Sep 1, 2021
·
1 revision
Why Respo?
There are quite some alternatives actually: Reagent, Om, React.js , Deku, or Rum.
I think Om is too complicated for me.
The different part of Respo is, it's built in Calcit-js with persistent data structure from scratch.
It can be too simple for real world apps that requires lots of side effects, but it is fine to build medium size apps and do experiments about MVC.
Respo is designed carefully to maintain global store and global states,
as a result hot code swapping is more predictable.