I was in a situation where I had to render a large number of items in a list. I was desperate because of the issues I was facing in React whenever I wanted to render a huge list or a table. Based on… (more…)
Read more »
For fun, here's a proof-of-concept based on an idea by @sebmarkbage.
If a promise is passed to React.createElement, on initial mount, React waits for the promise to resolve to a React element type....
Read more »
Continuous release and continuous deployment provide developers with rapid feedback about their code. This requires the integration of their code changes as early as possible. (more…)
Read more »
styled-components - Visual primitives for the component age ?...
Read more »
How one methodology allowed me to create a great design system from scratch and made me a better developer, with principles of componentization, hierarchies and reuses of code. I have recently had the opportunity to work on a new product from scratch made... (more…)
Read more »