AveroLLC / typesafe-react-router

Utility functions to help facilitate type-safe routing with react-router
Apache License 2.0
89 stars 14 forks source link

Parse functionality added to Route #6

Closed ksaldana1 closed 5 years ago

ksaldana1 commented 5 years ago

Patch update:

Route now has a prototype method to parse query strings into typesafe objects defined by the route. See tests for basic guarantees.