I'm a long time Angular user (since 2013). I've written quite a few SPAs very successfully using Angular 1.x. But, probably like a lot of people here, I'm very intrigued by React and what's going on "over there". I would like to know if anyone in this group has any experiences with React, coming from Angular background. What do you enjoy most from React?
One problem I'm struggling with is the use case for React. I typically build my Angular SPAs very thin. That is, I use the router to preload data for each pages (ajax of course). This means all my pages are pretty much one direction with regards to data binding. This keeps my client thin and allows me to use the backend for state&business rules. For example, after adding a new item to a list (from a dedicated page) I navigate back to the list and load all items from the backend (nice separation I think), most likely paged. There's no need for my editor "component"/directive to communicate with the list "component"/directive. This is the example a lot of React tutorials give. I just can't see the sweet spot use cases for React. Maybe this is just the way I design my SPAs? Anybody want to share their experience? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
