mrmilu / react.base

Mr Milú's official starter template for React.js projects.
5 stars 0 forks source link

Data loading with React Router (proof of concept) #9

Closed arnaugomez closed 1 year ago

arnaugomez commented 1 year ago

I am going to submit a MR with an example of data loading with the new React Router API.

For more info, here are some helpful links:

arnaugomez commented 1 year ago

The goal is to show the capabilities of React Router data loading api and discuss whether it could replace Redux in those cases where the data required to load matches the current URL.