OyaCode

“Web Frontend”

Something about web-fronent dev related things such as Next.js TailwindCSS, React etc.

Native Component DarkMode In TailwindCSS

When using darkmode with TailwindCSS, there will be some cases that the Native Web Component like...

Static Export In Next.js

Static Export When the app not necessarily requires all Next.js server side features and don't re...

Dev Notes - CORS Config

During development of one of my project, which use React and FastAPI, we seemed to face with some...

Using Zustand persist with Next.js

Next.js is using Server Side Generate (SSG) and Server Side Rendering (SSR). Next.js Server Side ...

About useState() and useRef() in React

We have both useState() and useRef() in React for data hook in our component, but which one shoul...