mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 04:12:34 +00:00
Added Formik in the list of libraries, which use render props (#2287)
This commit is contained in:
committed by
Alex Krolick
parent
e64cee27b1
commit
c7f56456ec
@@ -14,7 +14,7 @@ A component with a render prop takes a function that returns a React element and
|
||||
)}/>
|
||||
```
|
||||
|
||||
Libraries that use render props include [React Router](https://reacttraining.com/react-router/web/api/Route/render-func) and [Downshift](https://github.com/paypal/downshift).
|
||||
Libraries that use render props include [React Router](https://reacttraining.com/react-router/web/api/Route/render-func), [Downshift](https://github.com/paypal/downshift) and [Formik](https://github.com/jaredpalmer/formik).
|
||||
|
||||
In this document, we’ll discuss why render props are useful, and how to write your own.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user