C
C
cester2018-05-22 19:06:26
Design patterns
cester, 2018-05-22 19:06:26

Programming patterns for react developer?

Hello!
Interested in the question what patterns you need to know if you go to the vacancy of react developer ?
It’s just that programming patterns are often asked at interviews, although I don’t understand where you can use, for example, the Singleton pattern in a react / redux project.
Please explain what patterns you need to know and which ones can be used in a real react project?
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Spirin, 2018-05-22
@cester

It is good to know what they are and what tasks they solve. It should be understood that JavaScript and, in particular, the React application code, are very far from classical OOP and there is no need for many classical patterns. And something is already implemented in the browser APIs and libraries that you use.
JavaScript and React development have their own patterns and techniques. Just search for React patterns . It is also good to know what the principles of SOLID, DRY and so on are.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question