Skip to content

Commit c7f5645

Browse files
iamparnabalexkrolick
authored andcommitted
Added Formik in the list of libraries, which use render props (#2287)
1 parent e64cee2 commit c7f5645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/render-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A component with a render prop takes a function that returns a React element and
1414
)}/>
1515
```
1616

17-
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).
17+
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).
1818

1919
In this document, we’ll discuss why render props are useful, and how to write your own.
2020

0 commit comments

Comments
 (0)