N
N
Nikita Dergachov2017-02-05 16:55:39
React
Nikita Dergachov, 2017-02-05 16:55:39

What development tools are needed for React js?

What text editor to use, browser extensions, libraries. Tell us about the must-have things for React.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Mudrenok, 2017-02-05
@vanillathunder

Yes, you really don't need any.
You can go to the codepen, add React + ReactDOM there, put Babel transpiler and click something already.
If you don’t want to codepen, you can do this: https://github.com/facebookincubator/create-react-app
Also a couple of commands and you have an environment.
If you want to get acquainted with React and learn how to set everything up, this may be enough: survivejs.com/react/getting-started/introduction-t
...
survivejs.com/webpack/introduction
practice. I just don’t believe in anything else, at least review 20 courses and tutorials and re-read 1000 articles)
For Redux, the same scheme, you can find it here:
https://www.youtube.com/playlist?list=PLu8EoSxDXHP...
And to understand the documentation
upd:
Regarding editors, the most pleasant ones with code/modules/styles auto-pickup are VisualStudioCode or WebStorm (this one is paid).
There is an extension for React and for Redux it’s normal, in Google I didn’t see much choice there, where there are more settings - then you can set it and not get confused.

O
Oleg Gamega, 2017-02-05
@gadfi

Second monitor....

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question