This is a application that works like a next js page routing without relying on the framework. We make server components, page routing via Hono and React Server DOM packages.
yarn
yarn dev
And then go the /home
, or /products
.
이 애플리케이션은 프레임워크에 의존하지 않고 Next.js의 페이지 라우팅처럼 작동합니다. Hono와 React Server DOM 패키지를 사용하여 서버 컴포넌트와 페이지 라우팅을 구현합니다.
yarn
yarn dev
그런 다음 /home
또는 /products
로 이동하세요.