I like the idea of separating the data handling of the front-end application from the view. Most problems I had in the past with SPA were because of weird data massaging procedures, it's nice to have a formal way to do it. The main selling point for me was that the documentation is really good, which is quite rare for a JS library.
I like the idea of separating the data handling of the front-end application from the view. Most problems I had in the past with SPA were because of weird data massaging procedures, it's nice to have a formal way to do it. The main selling point for me was that the documentation is really good, which is quite rare for a JS library.