ReactJS: Code Reuse Patterns - Guy Romm

preview_player
Показать описание
As developers, we all try our best to avoid code duplication. When using React, several patterns are available to help us with this task, of creating reusable code. In this talk, Guy goes over the pros and cons of simple composition, render callbacks, and high order components, in rich React applications.

He teaches us how to decide which solution to apply to a problem, and how that solution affects our application.

For more engineering updates and insights:

Рекомендации по теме
Комментарии
Автор

For more engineering updates and insights:

Wix-Engineering
Автор

I see Guy Romm's speech, I press like button

alexander.gonchar
Автор

This whole talk man, thank you much for the upload! This has been itching at me for days!

paxdriver
Автор

Best video i've found on react reusability!

stevenreubenstone
Автор

This great talk by Guy Romm was given as part of our "Front-end Platforms Builders" Meetups Series.
You can watch the full playlist of the conference here:

You can also join our meetups communities here:

Wix-Engineering
Автор

u cant just say duplicate code is evil, it depends, sometimes it makes thing simpler.

karlhuang
Автор

I hate people that creates arrorw functions just to call a function with the same exact arguments (or no arguments at all)

Danielo