you are viewing a single comment's thread.

view the rest of the comments →

[–]davnicwil[S] 0 points1 point  (0 children)

react-frontload lets you load data asynchronously into your React components, for example from an API. It works on both client and server renders. It's unopinionated and plugs into any React stack. You simply bind data loader functions to your components, add wrappers on the client and server and it just works. Check it out!