Advanced Patterns
Last updated
Last updated
In this Section i'll try my best to explain common react patterns used from React Gurus,code implementation, pros and cons of each, and specific usage with public libraries. Let's talk about it.
The actual contents comes from Epic Reactβs Advanced React Patterns Workshop.
If you have interests, you can check Epic React by Kent C. Dodds.
AS a React developer, you may have asked the following question at least once.
Β· How to develop reusable components that can be applied to various cases ?
Β· How to create a component that provides an easy-to-use and simple API ?
Β· What do you need to develop extensible components for both UI and functionality ?
These questions have been recurring since the past, and the React community has come up with some advanced patterns as answers to them.
building a Component for other developers. Therefore, the actor βclientsβ refers directly to these developers (And not the final user which will use your website/application).
The Final sand box with all the patterns