Skip to content

Commit aec77d4

Browse files
committed
add installation index page
1 parent c2c0281 commit aec77d4

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

docs/src/learn/installation.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Overview
2+
3+
<p class="intro" markdown>
4+
5+
React has been designed from the start for gradual adoption. You can use as little or as much React as you need. Whether you want to get a taste of React, add some interactivity to an HTML page, or start a complex React-powered app, this section will help you get started.
6+
7+
</p>
8+
9+
!!! summary "You Will Learn"
10+
11+
* [How to start a new React project](../learn/start-a-new-react-project.md)
12+
* [How to add React to an existing project](../learn/add-react-to-an-existing-project.md)
13+
* [How to set up your editor](../learn/editor-setup.md)
14+
* [How to install React Developer Tools](../learn/react-developer-tools.md)
15+
16+
## Try React
17+
18+
You don't need to install anything to play with React. [Try ReactPy within Jupyter Notebooks](https://mybinder.org/v2/gh/reactive-python/reactpy-jupyter/main?urlpath=lab/tree/notebooks/introduction.ipynb)!
19+
20+
## Start a new React project
21+
22+
If you want to build an app or a website fully with React, [start a new React project.](../learn/start-a-new-react-project.md)
23+
24+
## Add React to an existing project
25+
26+
If want to try using React in your existing app or a website, [add React to an existing project.](../learn/add-react-to-an-existing-project.md)
27+
28+
## Next steps
29+
30+
Head to the [Quick Start](../learn/quick-start.md) guide for a tour of the most important React concepts you will encounter every day.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ nav:
77
- "Tutorial: Tic-Tac-Toe 🚧" : learn/tutorial-tic-tac-toe.md
88
- Thinking in React : learn/thinking-in-react.md
99
- Installation:
10+
- learn/installation.md
1011
- Start a New React Project : learn/start-a-new-react-project.md
1112
- Add React to an Existing Project 🚫 : learn/add-react-to-an-existing-project.md
1213
- Editor Setup 🚧 : learn/editor-setup.md

0 commit comments

Comments
 (0)