Sitemap
Level Up Coding

Coding tutorials and news. The developer homepage gitconnected.com && skilled.dev && levelup.dev

Follow publication

React Component Patterns

4 min readOct 26, 2017

--

Zoom image will be displayed

Stateful x Stateless Components

Zoom image will be displayed
Gist: stateless.js
Zoom image will be displayed
Gist: stateful.js

Container x Presentational Components

Zoom image will be displayed
Gist: presentational.js
Zoom image will be displayed
Gist: container.js

Higher-Order Components

Zoom image will be displayed
Gist: hoc.js
Zoom image will be displayed
Gist: hoc-usage.js
Zoom image will be displayed
Gist: hoc-menu.js

Render Callbacks

Zoom image will be displayed
Gist: render-callback.js
Zoom image will be displayed
Gist: render-callback-usage.js
Zoom image will be displayed
Gist: render-callback-usage-reusable.js
Zoom image will be displayed
Gist: render-callback-menu.js

Further Reading

--

--

Responses (12)