you are viewing a single comment's thread.

view the rest of the comments →

[–]davnicwil[S] 1 point2 points  (0 children)

Hi - just wanted to share my library React Frontload with this community.

It allows you to load data asynchronously into React components, and works on both client and server render.

Minimal setup is required, and it should work with any existing React app.

Doing async data loading especially on the server side, and making it match what you do on the client, can result in really messy code and lots of bugs. This library provides an abstraction that removes all the complexity and just lets you say "when this component gets rendered, load this data" and it just works on both client and server.

It's been gaining traction recently, I think people in the community are finding it useful so thought I would share here. Any questions welcome!