▲ | bloomca 2 days ago | |
What kind of forms do you need? I honestly feel people think they have to use all sort of dependencies. There are some you definitely need, like the router or any state management (you can build both, but there is a decent amount of boilerplate and efficient hooks can be tricky). But for forms I honestly would recommend to start with plain React and only abstract things you need in your project. |