One of the qualities of our code that we should aim for is reusability. Also, following the Don’t Repeat Yourself principle makes our code more elegant. In this article, we explore writing functional React components with TypeScript using generic props. B... (more…)
Read more »
Lean step-by-step how to create a full e-commerce store web site using React.js. Also learn how to deploy the site using Netlify. Set-up files: https://githu... (more…)
Read more »
The details HTML element doesn’t work well when we use it as a controlled component in React. I like using plain HTML elements whenever I can, but this time I got bitten by this issue, which is still open on GitHub . (more…)
Read more »
Photo by Josh Calabrese on Unsplash Intro Recently I went looking for ways to code web components and found this great post - “All the Ways to Make a Web Component - October 2020 Update”. It lists ~30 libraries for creating web components, comparing code ... (more…)
Read more »