networknt / react-schema-form

react form based on json schema for form generation and validation
MIT License
358 stars 96 forks source link

update build environment with create-react-library #211

Closed stevehu closed 4 years ago

stevehu commented 4 years ago

The customized Webpack scripts and environment setup were complex and hard to maintain. In order to upgrade dependencies easily, we have re-created the project with create-react-library and change the structure a little bit. Overall, there is no feature change so far.