OyaCode

“Web Frontend”

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

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 p...

About useState() and useRef() in React

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