Junior to Senior - Refactoring a dynamic multi-input component
Apr 03, 2020
This post is part of a series about refactoring React components Building forms in React can be difficult. Especially, when you need to add inputs dynamically. So it's no wonder when inexperienced developers create a mess, the famous spaghetti code. In this blog post, we refactor a dynamic multi…