react
React development patterns, component architecture, hooks, performance optimization, and the React ecosystem.
2 articles
Portfolio: a lightweight personal portfolio tracker
This post explains the design and implementation of a small browser-first portfolio tracker. It focuses on requirements, the challenges encountered, and how the final solution addresses them, including code snippets that illustrate the state handling, caching, and chart interaction.
Read more →Reactjs: Arrays in jsx
When I tried out Reactjs tutorial few months ago, I noticed that in the official starter code, they repeated same div elements in the render() method, just in case of change in the source, I will list it here:
Read more →