DEV Community

Cover image for Building Cutting-Edge Apps with Next.js 14, TypeScript, Tailwind CSS, Ionic, and Capacitor

Building Cutting-Edge Apps with Next.js 14, TypeScript, Tailwind CSS, Ionic, and Capacitor

Uretzky Greg (Zvi) on February 09, 2024

In the vast ocean of web development, finding the right combination of technologies to deliver both blazing-fast performance and a seamless user ex...
Collapse
 
koderltd profile image
KoderLTD

HI, I've been considering this stack and would be very interested to know if it works okay, or if there are any compatability issues with Capacitor and Next (being SSR)?
For me, the main advantage of this setup would be utilising server side functions for managing the database requests.
Thanks

Collapse
 
riderx profile image
Martin DONADIEU

Next 14 start to be more and more problematic to work with on Capacitor.
As now static build is getting less and less support.
But it's still works

Collapse
 
ademkao profile image
AdemKao

Hi KoderLTD,
I am looking into this issue too, did you have any solutions between Capacitor and nextjs SSR?

Collapse
 
ttsoares profile image
Thomas TS

INHO JSDoc is better way to handle types with no obligation to type t the last piece of code...With a bonus of having a nice automatic generated documentation about the code.