ESTE NAVEGADOR ESTÁ HECHO EN EL SERVIDOR COMO EN EL CLIENTE, JUEGO CON EL "USE CLIENT" PARA PODER USAR HOOKS Y LUEGO PASARLOS AL SERVIDOR COMO COMPONETES DE REACT (RCC Y RSC).
- USO UNA "LIBRERIA" PARA REACT QUE ME AYUDA A DAR UN TIPO ALERTA, AQUI DEJO EL INSTALADOR (npm install sonner)
- Está es la web "https://sonner.emilkowal.ski/"
- Tengo una carpeta llamada componentes, está usa React Client Components para el frontend y otros .tsx lo uso para React Server Components
- Por ultimo uso "carpetas dinamicas para poder navegar y filtrar" esto gracias a que Next.js es un framework que se basa en el enrutamiento de carpetas. Para las busquedas es conveniente usar esto debido a que puedes pasar el dato como parametro.
This browser is built both on the server and the client. I play around with the "use client" feature to utilize hooks and then pass them to the server as React components (RCC and RSC).
- I use a React library that helps me display a specific type of alert. Here's the installer command: npm install sonner.
- This is the website: "https://sonner.emilkowal.ski/"
- I have a folder named "components." It uses React Client Components for the frontend, and other .tsx files are used for React Server Components.
- Finally, I use dynamic folders for navigation and filtering. This is possible because Next.js relies on folder-based routing. For searches, it's convenient to use this approach as you can pass data as parameters.