J
J
Julia2019-08-19 10:58:15
IT education
Julia, 2019-08-19 10:58:15

Direction for development in React?

A bit of background: I work in the office with layout, I know JS at a confident level, I want to change jobs and go to work in the product team.
Now I am taking courses on React on Udemy, I have dismantled the basics of "vanilla" React and the router, I have written several applications on React classes. Where to go next with the basics? A few months ago, I heard about Redux from every iron, now everyone is talking about Hooks and abandoning Redux. It is clear that you need to at least superficially understand the entire React ecosystem, but what should be emphasized more and which technology should be given more attention? It is very interesting to hear the opinion of experienced developers.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Anton Spirin, 2019-08-19
@IuliiaOckhama

Redux in React development is a must-know. Also, it's good to know MobX as more and more companies use it in new projects.
Also, you should get familiar with such tools as:
typescript webpack /
babel react -
router
redux-thunk
redux-act (IMHO, the best redux boilerplate simplifier)
​​styled-components
reselect
next/create-react-app classnames eslint/tslint/prettier/lint-staged/husky jest express These tools, apart from redux-act, are the most commonly used in React development.

R
Roman Alexandrovich, 2019-08-19
@RomReed

Hooks is certainly a useful topic, but I think that for now it’s more important to know redux and how it works. I think that you will not even be allowed to interview without a redux))).

K
Kred24, 2019-08-19
@Kred24

Agree with Roman. Without redux, except for an outsourced tester, it is possible nowadays

K
kreddos, 2019-08-19
@kreddos

I advise you to start with react, redux, redux-thunk, and it’s better to file some pet project on the basis of this, to understand how it all works

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question