Skip to content

Commit 3f98b7f

Browse files
author
Kuldeep Saxena
authored
Update README.md
1 parent 0dbaac5 commit 3f98b7f

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/bietkul/react-reactive-form.svg?branch=master)](https://travis-ci.org/bietkul/react-reactive-form)
44
[![NPM Version](https://img.shields.io/npm/v/react-reactive-form.svg?style=flat)](https://www.npmjs.com/package/react-reactive-form)
5+
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
56

67
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.
78

@@ -249,6 +250,16 @@ export default class Login extends Component {
249250
* [Getting Started](docs)
250251
* [API](docs/api/)
251252

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+
252263
# FAQ
253264

254265
### 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
302313
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.
303314

304315

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-
315316
Let's make React Reactive Forms better! If you're interested in helping, all contributions are welcome and appreciated.
316317

317318
And don't forget to star the repo, I will ensure more frequent updates! Thanks!

0 commit comments

Comments
 (0)