mirror of
https://github.com/charlax/professional-programming.git
synced 2025-08-26 16:51:06 +08:00
Improve front-end course
This commit is contained in:
@ -7,6 +7,7 @@
|
|||||||
- [Before getting into React...](#before-getting-into-react)
|
- [Before getting into React...](#before-getting-into-react)
|
||||||
- [Manipulating the DOM](#manipulating-the-dom)
|
- [Manipulating the DOM](#manipulating-the-dom)
|
||||||
- [Learning React](#learning-react)
|
- [Learning React](#learning-react)
|
||||||
|
- [Using CodeSandbox](#using-codesandbox)
|
||||||
- [Exercise](#exercise)
|
- [Exercise](#exercise)
|
||||||
- [Self-assessment](#self-assessment)
|
- [Self-assessment](#self-assessment)
|
||||||
|
|
||||||
@ -37,6 +38,16 @@ Follow the tutorial: https://reactjs.org/docs/hello-world.html
|
|||||||
|
|
||||||
We have chosen this tutorial over the "learn by doing" one because it introduces the concepts behind React. It is very well done and very complete.
|
We have chosen this tutorial over the "learn by doing" one because it introduces the concepts behind React. It is very well done and very complete.
|
||||||
|
|
||||||
|
### Using CodeSandbox
|
||||||
|
|
||||||
|
It is a good exercise to start from a Vanilla JS template and setup
|
||||||
|
CodeSandbox.
|
||||||
|
|
||||||
|
1. Go to https://codesandbox.io/
|
||||||
|
2. Start a Vanilla JS project
|
||||||
|
3. Add `react` and `react-dom` dependencies
|
||||||
|
4. Add the simplest React app from the tutorial and get it to work!
|
||||||
|
|
||||||
## Exercise
|
## Exercise
|
||||||
|
|
||||||
Use one of our hiring exercises.
|
Use one of our hiring exercises.
|
||||||
|
Reference in New Issue
Block a user