fbpx

George Borunov

The experienced Software DeveloperConsultantProject managerEntrepreneur

Building forms with React and Redux

Posted on: January 4, 2017/  Posted by:  /  No Comments

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 …

More