Om dev component
I play with React and Om since 3 monthes now and everyday I discover new feature/usecase that I didn’t even think about before starting.
I made 2 small personnal apps in React and an other bigger one in Om for my family. The Om one is a Cordova mobile app that manage our tv shows and subtitles. One of the cool thing that Om allow me to do is to save my app state in localStorage (3 lines of code) so I don’t have to think about persistence. Doing so, I figured out that it also allow us to comeback to the same state of the app, as if we never actually left or killed it and that’s a pleasant feeling.
After reading time travel post from David Nolen and playing with Goya, I really wanted to find a project to implement the undo/redo.
That’s when I discover that even if I don’t need it for my users, I surely need it for my developement.
I think it would be really nice to have a dev component...