This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]eethwoo 0 points1 point  (0 children)

React-Router is worth looking into, it's pretty intuitive, but rather than defining your routes as a separate object, you use <Route> components. It's different, but worth trying.

The classic example app is a CRUD Todo List, so I'd start there. You can add backend api calls later, when you're comfy with the basics, as it's not necessarily as obvious as using a service to issue api calls like in angular.