D
D
Dima2018-02-15 12:44:37
IT education
Dima, 2018-02-15 12:44:37

How to start learning React?

I know js a little, I usually wrote in jquery, but I need to learn recat.
I do not rummage around in these your package managers, collectors, and so on.
Found this https://maxfarseer.gitbooks.io/react-course-ru/con... You
need a server.
1) can I just upload all these files just to the hosting and that's it, or did I misunderstand the meaning of the word server applicable to this?
2) How to start learning React in general? Is that guide correct or can you advise better?

Answer the question

In order to leave comments, you need to log in

10 answer(s)
E
Egor Zhivagin, 2018-02-15
Dolgoter @DDolgy

They just have a fucking official tutorial

K
Kirill Mokevnin, 2018-02-16
@toxicmt

> I do not rummage in these your paktennyh managers, collectors and so on.
Then you don’t have to start with react, but with studying the nodejs ecosystem. A brief excursion can be obtained by completing our free course https://ru.hexlet.io/courses/js-setup-environment

V
Vasily Nazarov, 2018-02-15
@vnaz

1) The server is needed to give the data (JSON), on the basis of which React (better - not React) will draw the DOM. Usually the server generates JSON from the data in the database. But you think right, at the beginning of the training, you can put static files with JSON on any available web server.
2) We can advise better: https://ru.vuejs.org/v2/guide/

T
TheMoth, 2018-02-15
@TheMoth

From this: React and Redux. Functional web development

A
Alexander Kosheverov, 2018-02-16
@Iworb

> I do not rummage in these your paktennyh managers, collectors and so on.
I advise you to read this first , it will help you figure out why these nodes and package managers are needed at all.
And then you can try REACT .

V
Vasily Vasilyev, 2018-02-15
@Basil_Dev

One
Two
Three

K
Kirill Martynov, 2018-02-16
@Kirchik

First
Second
all this can be found on torrents

D
DoctorPro, 2018-02-17
@DoctorPro

Another good guide to React - https://metanit.com/web/react/

D
Dmitry Pacification, 2018-02-22
@dmitry_pacification

I taught react in courses. Before I took up reat, I already knew how to build a frontend using Gulp. Master it first. How to collect styles and scripts. Then I myself mastered webpack from the documentation. Well, as I mastered it, I can connect babel and set up a web server (webpack-dev-server). All questions and problems are solved by googling. How to build jsx with webpack. Before working with jsx, I did a little digging into what ES6 is. Without this, it is difficult to learn react.
TheMoth suggested a good book. I agree with his answer. Read it, figure out how to configure gulp and webpack (You can of course just webpack, but for general development it won’t hurt to master both)
https://webdesign-master.ru/blog/tools/2016-03-09-...

N
Natalia Petrova, 2020-09-22
@natalyos

In Google, when you search for “react manual”, a link to a good metanit source almost immediately comes up. All the information is divided into chapters, you will understand.
If self-study is difficult, take courses from GeekBrains, MCS, Loftscool or other online schools kursfinder.ru/react/ (it's easier to choose here)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question