Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dplaton/react-render-props
A small project to learn render props
https://github.com/dplaton/react-render-props
learning-by-doing react render-props
Last synced: 20 days ago
JSON representation
A small project to learn render props
- Host: GitHub
- URL: https://github.com/dplaton/react-render-props
- Owner: dplaton
- Created: 2019-05-20T08:07:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T22:12:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T12:57:33.160Z (about 1 month ago)
- Topics: learning-by-doing, react, render-props
- Language: JavaScript
- Size: 3.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Render Props Example
(This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app))
This is a very simple project I created for myself to study render-props. At the moment it only does the "list-view"/"grid-view" rendering trick, but it'll slowly evolve as I learn more about different subjects (ok, it's not only about render props);