You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview (140 characters)
Demo using of some pattern e.g. Toggle Pattern and Compound Component Pattern to write Reactjs Component.
Detailed Overview
Usage of pattern will solve some problems when creating reusable components in ReactJS, I will demo usage of toggle pattern in order to isolate state changes and enable other component to consume local state using function props.
Compound component will enable a component have children component. It is useful to break a large component into smaller pieces.
Talk Date
~
Talk Title
Using Patterns in ReactJS
Length (e.g. 30 minutes)
45 minutes
Overview (140 characters)
Demo using of some pattern e.g. Toggle Pattern and Compound Component Pattern to write Reactjs Component.
Detailed Overview
Usage of pattern will solve some problems when creating reusable components in ReactJS, I will demo usage of toggle pattern in order to isolate state changes and enable other component to consume local state using function props.
Compound component will enable a component have children component. It is useful to break a large component into smaller pieces.
Reference
The text was updated successfully, but these errors were encountered: