
Today I’m going to share my experience with writing React components that collect user input, handle image uploading, and communicate with API to load or persist data. For the purpose of persisting the state of input fields you could write your own components, but there’s absolutely no reason to do so, as there are several npm packages …