Tag:react
All the articles with the tag "react".
How I choose Fabric.js again
Posted on:September 3, 2023 at 06:42 PMIf you don't know, Fabric.js is the library that helps you manipulate canvas elements in the browser and even on Node.js servers. It is very popular and has more than 25.7k stars on GitHub (one of them from me). But is it still the best option that exists? I tried to find out.
Enabling Dark Mode in React.js with SCSS Modules 🌙
Posted on:August 29, 2023 at 09:38 AMIn one of my recent projects, I needed to add support for dark mode to a React.js Single Page Application (SPA). Since we were using SCSS modules to style our elements, let's explore how to implement dark mode in a React.js project with SCSS modules.
🚀 How would I start a React project now? 🤓
Posted on:August 26, 2023 at 07:04 PMI work at an outsourcing company, and we often have to create projects from scratch. Every time before starting this process, I try to conduct research on what needs to be chosen. Since I have more experience in the React ecosystem, in this article, I would like to answer the question: how would I start a React project now? 🤔
📜 Infer keyword in TypeScript
Posted on:August 22, 2023 at 10:13 PMTypeScript's infer keyword is your secret weapon for effortlessly deducing types, simplifying code, and unlocking the full potential of type inference. In this article, we'll explore how infer can make your TypeScript development smoother and more efficient.