My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

REACT CRUD (not using Redux)

Default profile photo
Anonymous
·Nov 15, 2017

Hello everyone, I am working on a react project that needs to fetch a list of clients and display them in a table(easy enough). This table will display the client name, city, state, etc. From this table, I need to have the ability to update client information, create a new client and delete a client. The backend logic will be handled by someone else, so I am working with mock data for now.

I have looked into numerous react table components (griddle, react-table, tablefy). I am struggling to find the tools to make this common, very simple project work.

Can someone please point me in the right direction to get my desired result?