Categorizing Components Into Smart & Dumb Components, in React
Components may grow unwieldy. This is an interesting approach by making a clear separation between smart (complex) and dumb (highly reusable components).
shared
A murb'ed feed, posted almost 6 years ago filed in react, javascript, components, web, development & frontend.
Components may grow unwieldy. This is an interesting approach by making a clear separation between smart (complex) and dumb (highly reusable components).