Hi Team,
I want to use a single from react component for the CRUD operations on a DB resource. Could you please give me some ideas on how to achieve this? Like, how to structure the component, props, state and http methods for the API call.
Thanks, Arun
Checkout Formik, its straight-forward and simple. You can either try out the approach used by them or use the library itself.
Vishwa Bhat
Technology Enthusiast
Maneesh Kumar
Full Stack Developer
Arun You can check "sailsjs.com/" Sails Js framework .it's easy for implementation . Sails Js has been implemented on NodeJS . You can create CRUD operation very easily in Sails JS. Sails JS support almost all DB . I am using rethink DB for my purpose .
You can also implement in NodeJS but in nodeJS , you will have code by yourself . In sails JS , It will create automatically for you . Please let me know if any help will be needed .