3 posts
reactdesign-pattern
Instead of separating container-presenter components based on arbitrary rules, separate components into business components and UI components.
meetuptalkreactdesign-pattern
A note on my first technical talk on React. I find the act of preparing and delivering the talk satisfying.
There are a few design patterns of React component, and the easiest one is the Component-Presenter pattern, which is actually to separate mapping/states/transformation from the rendered content