leandrohsilveira / react-formctrl

A declarative form controller and validator for ReactJS
https://leandrohsilveira.github.io/react-formctrl/
0 stars 0 forks source link

Use React's Context API #55

Open leandrohsilveira opened 6 years ago

leandrohsilveira commented 6 years ago

Is your feature request related to a problem? Please describe. The React Form CTRL event bus increases a lot the final bundle size.

Describe the solution you'd like The lib should use Context API instead to improve performance and bundle size.

leandrohsilveira commented 6 years ago

Issue blocked since i'm unable to test with new context api due to an Enzyme issue: https://github.com/airbnb/enzyme/issues/1509