raphico
raphico
TTCTheo's Typesafe Cult
Created by raphico on 6/17/2024 in #questions
Nextjs parallel and intercepting routes
Github:https://github.com/Raphico/byte/tree/main Live site: https://byte.raphico.tech/dashboard I'm working on a project(👆) where I’m trying to make nextjs parallel and intercepting routes to create a modal. But I can't seem to make it work. When I click on the workshop card, I‘m redirected to ‘/workshop/[workshopId]’ with both a standard route(in the workshop route under the app route group) and an intercepting route (in the @modal slot under the app route group) that triggers a modal. However, instead of displaying the modal, nextjs displays the normal workshop page. I'm guessing I'm doing something wrong that causes nextjs to miss the modal. I've gone through the docs, sample code, and similar github issues but still can't find the root cause I would appreciate any insights or suggestions on resolving this problem to ensure the modal loads correctly
1 replies
TTCTheo's Typesafe Cult
Created by raphico on 5/27/2024 in #questions
Next.js file organization and security with data access
Does anyone have time to check out a project I'm currently working on and share their insight on file organization and security with data access? https://github.com/Raphico/byte
1 replies
TTCTheo's Typesafe Cult
Created by raphico on 4/28/2024 in #questions
Deploying a dockerized next.js app
Hey everyone! Has anyone deployed a Dockerized Next.js application to production before? I’m looking for some guidance on how to do the same with my application. Any tips or advice would be greatly appreciated!
6 replies
TTCTheo's Typesafe Cult
Created by raphico on 4/27/2024 in #questions
Testing in react
Hey everyone, I’ve been pondering whether diving into learning how to test React code is worth it. Does anyone here test their React code, and if so, how crucial do you find it? Appreciate any insights or experiences you can share!
8 replies