A
A
Anastasia2020-06-30 17:06:27
JavaScript
Anastasia, 2020-06-30 17:06:27

How to learn to write your React, Node js code?

I've been learning JS for over a year now. At the very beginning, writing your code (out of your head) did not cause difficulties. But then there was a break in practice and now writing lightweight computational structures is not difficult.
But I want to write my own chat with authorization and I don’t even know how to approach it.
I can read ready-made code with almost complete understanding, but I can’t reproduce it myself, only copy-paste.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Stalker_RED, 2020-06-30
@Stalker_RED

make a front page, write "hello test" or something on it.
Add a registration link to make it work.
add a login form and make it work.
then write a chat. ( **picture with an owl** )

M
McBernar, 2020-06-30
@McBernar

Watch videos, read articles. It is quite normal not to know how to implement something complex.
The knowledge and experience that we have now has been collected for decades. This is a natural process of evolution of any area, not just code.

S
Sergey Kotov, 2020-06-30
@liqrizz

websocket, side effects like redux-thunk or redux-saga, write your own simple state manager

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question