ReactJS » Components
LearnJS » CodeSandbox.io » React 101
👉 User Story:
As a developer
Given a basic React sandbox
In order to keep my code simple and reusable
I want to organize my React App into small Components
You can try things out directly on this sandbox:
✅ Proposed Solution:
Don't run this unless you gave a very good effort to solve it yourself!
Questions:
- Why my custom components are
camel-cased
, while the basic components (div, img) are not? - What is
eslint-disable-line
?