If you’re interested in playing around with React, you can use an online code playground. Try a Hello World template on , , or .
If you prefer to use your own text editor, you can also , edit it, and open it from the local filesystem in your browser. It does a slow runtime code transformation, so we’d only recommend using this for simple demos.
You can . You can then either gradually expand its presence, or keep it contained to a few dynamic widgets.
When starting a React project, a might still be the best option. It only takes a minute to set up!
As your application grows, you might want to consider a more integrated setup. There are several JavaScript toolchains we recommend for larger applications. Each of them can work with little to no configuration and lets you take full advantage of the rich React ecosystem.
Learn ReactPeople come to React from different backgrounds and with different learning styles. Whether you prefer a more theoretical or a practical approach, we hope you’ll find this section helpful.
Like any unfamiliar technology, React does have a learning curve. With practice and some patience, you will get the hang of it.
The contains a few small React examples with a live editor. Even if you don’t know anything about React yet, try changing their code and see how it affects the result.
If you feel that the React documentation goes at a faster pace than you’re comfortable with, check out . It introduces the most important React concepts in a detailed, beginner-friendly way. Once you’re done, give the documentation another try!
If you’re coming from a design background, are a great place to get started.
The React documentation assumes some familiarity with programming in the JavaScript language. You don’t have to be an expert, but it’s harder to learn both React and JavaScript at the same time.
We recommend going through to check your knowledge level. It will take you between 30 minutes and an hour but you will feel more confident learning React.
front-end web devleoper