Hacker News new | ask | show | jobs
by dimnsionofsound 2762 days ago
The author of redux-form created another library, final-form, that doesn’t need redux or react and has most of the features of redux form and has built in lessons he learned from writing redux-form. There’s a separate React-final-form package with easy React bindings as well if you’re using them together. It’s worth a look as well (I’ve used both).
2 comments

Ah, thanks, wasn't aware of this and will certainly check it out!