|
2 | 2 |
|
3 | 3 | [](https://travis-ci.org/bietkul/react-reactive-form) |
4 | 4 | [](https://www.npmjs.com/package/react-reactive-form) |
| 5 | +[](https://github.com/prettier/prettier) |
5 | 6 |
|
6 | 7 | It's a library inspired by the [Angular's Reactive Forms](https://angular.io/guide/reactive-forms), which allows to create a tree of form control objects in the component class and bind them with native form control elements. |
7 | 8 |
|
@@ -249,6 +250,16 @@ export default class Login extends Component { |
249 | 250 | * [Getting Started](docs) |
250 | 251 | * [API](docs/api/) |
251 | 252 |
|
| 253 | +# Code Sandboxes |
| 254 | + Try out `react-reactive-forms` in these sandbox versions of the Examples. |
| 255 | +* [Simple Form](https://codesandbox.io/s/4rxokpr270) |
| 256 | +* [Sync & Async Validation](https://codesandbox.io/s/qq8xq7j2w) |
| 257 | +* [User Registeration Form With Nested Forms](https://codesandbox.io/s/p2rqmr8qk7) |
| 258 | +* [Form Array With Dynamic Controls](https://codesandbox.io/s/nw9wxw2nvl) |
| 259 | +* [Update On Submit](https://codesandbox.io/s/3qk1ly16j1) |
| 260 | +* [Multi-page Wizard Form](https://codesandbox.io/s/zk1m06r5y3) |
| 261 | + |
| 262 | + |
252 | 263 | # FAQ |
253 | 264 |
|
254 | 265 | ### How is it different from other form libraries? |
@@ -302,16 +313,6 @@ Field components are subscribed to the state changes of a particular control whi |
302 | 313 | Its an another performance booster in RRF, it just holds the computation needed to be made after every keystroke or value changes until you want to execute.It has three options `change`(default), `blur` and `submit`, you can define all of them at both field and record level. |
303 | 314 |
|
304 | 315 |
|
305 | | -# Code Sandboxes |
306 | | - Try out `react-reactive-forms` in these sandbox versions of the Examples. |
307 | | -* [Simple Form](https://codesandbox.io/s/4rxokpr270) |
308 | | -* [Sync & Async Validation](https://codesandbox.io/s/qq8xq7j2w) |
309 | | -* [User Registeration Form With Nested Forms](https://codesandbox.io/s/p2rqmr8qk7) |
310 | | -* [Form Array With Dynamic Controls](https://codesandbox.io/s/nw9wxw2nvl) |
311 | | -* [Update On Submit](https://codesandbox.io/s/3qk1ly16j1) |
312 | | -* [Multi-page Wizard Form](https://codesandbox.io/s/zk1m06r5y3) |
313 | | - |
314 | | - |
315 | 316 | Let's make React Reactive Forms better! If you're interested in helping, all contributions are welcome and appreciated. |
316 | 317 |
|
317 | 318 | And don't forget to star the repo, I will ensure more frequent updates! Thanks! |
0 commit comments