Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlpeaslee/reusable-lesson
a short demo lesson on creating reusable components
https://github.com/carlpeaslee/reusable-lesson
Last synced: about 1 month ago
JSON representation
a short demo lesson on creating reusable components
- Host: GitHub
- URL: https://github.com/carlpeaslee/reusable-lesson
- Owner: carlpeaslee
- Created: 2016-10-04T19:40:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-04T19:42:14.000Z (over 8 years ago)
- Last Synced: 2024-10-23T20:42:03.382Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
We are making reusable components
Prerequisites:
-javascript, react.js, es2016
-code editor, npm, and create-react-app
-created a react app,Why are we creating reusable components
-save us time
-ensure consistent behaviorWe've been working to create a simple, reusable, dependable
tweet display component.In this lesson, we are going to learn about react propTypes, implement them in
our tweet display component, and see how they can make our component
more dependable and thus -- more reusable