The Wayback Machine - https://web.archive.org/web/20210325214705/https://github.com/CodeStix/typed-react-form
Skip to content
master
Switch branches/tags
Go to file
Code

Typed React form NPM NPM Size

vscode typescript

A fast, completely type-checked React form state manager, focussed on typescript integration and minimal rerenders. Featuring:

All of this while keeping type-checking!

Install

npm install typed-react-form

Documentation

You can find documentation and information on how to get started here.

Javascript/typescript React

This library is built from the ground up for React with typescript, but it also works with with vanilla React, without enforced type checking.

Contributing

Contributions are always welcome!

To begin developing yourself, clone this repo, and do the following:

  • /: contains the library source code. Use yarn start or npm run start to watch the files and build each time something changes. This way the testing application gets updated each time.
  • example/: contains the testing React app. Use yarn start or npm run start to start the application.

License

MIT © Stijn Rogiest