upcoming
v1.0.18
Published
Routing, forms, and actions for your React.
Downloads
3
Readme
Republic
Roadmap
- [x] Form state handling
- [x] Connect form state to action handling
- [x] Form handling receives nested object rather than flattened string keys
- [x] Allow forms to have default state set
- [ ] Pass actions in as functions rather than strings so they can be used with custom forms, and on other input events like click
Nice to haves:
- [ ] Provide all common form inputs
- [ ] Allow Form to have custom onSubmit
- [ ] Update route builders to accept middleware as arguments, array as single argument, or mix of both like Express
- [ ] Upcoming middleware: how to, make sure API is easy to understand, etc.