+ 1
How can i use react in notepad++
I don't know how to do it the class I am following is explaining on how to do react in visual studio
2 Answers
+ 2
This is a question better suited for a Google search query.
There's video and instructions on how to do so in the results of the query.
0
There is nothing extra to download.
You don't need any special text editor.
Create a HTML document.
Add an empty <div> container where you want the react code to show.
Add the script tags into your html document.
and create your react component.