Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 behavior

We'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