Save And Restore The State of Your App (viewmodel-react)

Manuel De Leon
1 min readOct 21, 2016

--

Filling out form data tends to be annoying when you’re developing an application. ViewModel Explorer now has the ability to save and restore the entire state of your apps so you don’t have to fill out forms again.

It’s pretty easy, just set your app to a state that you want and then save it:

Here’s a bigger form:

It gets better. ViewModel explorer saves the entire state of your app. That means you can jump from any point in your app to another:

If you’re wondering why not use Redux for something like this, this is why.

Check out the documentation for more information about ViewModel.

--

--