Application that will help you learn React fundamentals. Install this application locally - there's tutorial, code snippets and exercises. The main objective of this project is to help you get off the ground with React!
MIT License
3.65k
stars
328
forks
source link
refactored Exercise, Tutorial and TutorialNavigation components #8
I notice that these components just has a render method, that means we can remove the React.Component abstraction and just use a plain function. Refactored to use a stateless functional component.
I notice that these components just has a render method, that means we can remove the React.Component abstraction and just use a plain function. Refactored to use a stateless functional component.