lone tree

Hola! 👋

I'm Quan The Nguyen - a frontend developer from🇻🇳

Latest Content:

Why we should use HSL colors ?

CSS can provide a lot of ways to define colors, many of them are not used as much as they should be. With the help of this article, I'like to show you why HSL colors are a great way to define colors in CSS.

Continue reading →
How to interact with non React code

While most of the time our components will only read data from their props, state or context. But sometimes a component needs to read data from some store outside of React that can change over time. In this article, we're going to create an external store, and learn how it can help us solve some edge cases.

Continue reading →
Simplifying React Server Components

React Server Components, a brand new concept in React , can seem cryptic and has a pretty steep learning curve. This post cover the most fundamental parts of React Server Components and provide examples of how you can use it to create a simple, yet powerful, fullstack app.

Continue reading →

Categories: