cn10xdev / react-express-starter

A basic Boilerplate for React (Front-end) and Server (Back-end) rendering
MIT License
0 stars 5 forks source link

Not Checking for Data Loading in Render #9

Open cn10xdev opened 1 month ago

cn10xdev commented 1 month ago

The render function of the Customers component does not check if the data is still loading, which may cause the UI to display incorrect information before the data has fully loaded. A loading indicator or proper conditional check should be added here.

ForkedByCode commented 1 month ago

I'm new to open-source and really excited to contribute to your project. Could you assign me the issue to get started?