Zeuz Makes Software
Zeuz Makes Software
TTCTheo's Typesafe Cult
Created by abhwshek on 6/12/2024 in #questions
How to port an app from Next.js to the T3 Stack?
3 replies
TTCTheo's Typesafe Cult
Created by abhwshek on 6/12/2024 in #questions
How to port an app from Next.js to the T3 Stack?
i think there's a way to port the next.js app to have trpc implementation, as for the other technologies you could just npm install them i assume
3 replies
TTCTheo's Typesafe Cult
Created by Ibnu Rasikh - creatypestudio.co on 6/4/2024 in #questions
Have you experienced your Next.js getting hacked?
In my experience with Next.js productions on sites I haven't seen any vulnerabilities that would let any attackers exploit my application. The only attempts I see are attackers trying to object reference attack often doing queries like /wp-admin or /cgi but next.js doesn't really have a vulnerable routing system like that. The only way for backdoors to happen is if you installed a malicious npm package which is quite rare nowadays.
4 replies