Next.js 14+ Ionic Capacitor Support
Unanswered
Reddish carpenter ant posted this in #help-forum
Reddish carpenter antOP
hi fellow devs
we are converting 15 year old asp.net c# ecommerce based website to next.js (serverless)
our plan is to make cross platform app using ionic/capacitor using the same next.js code base (keeping one code for web and app)
what we have read that ionic/capacitor doesn't support next.js ssr (server side rendering) and we plan to use lot of SSR in our web app
is it something temp (next.js 15 should solve this) or we should consider alternatives ? or any suggestion from fellow develops ?
other idea is to go separate code base using react native ... what do you guys suggest ?
thank in advance
we are converting 15 year old asp.net c# ecommerce based website to next.js (serverless)
our plan is to make cross platform app using ionic/capacitor using the same next.js code base (keeping one code for web and app)
what we have read that ionic/capacitor doesn't support next.js ssr (server side rendering) and we plan to use lot of SSR in our web app
is it something temp (next.js 15 should solve this) or we should consider alternatives ? or any suggestion from fellow develops ?
other idea is to go separate code base using react native ... what do you guys suggest ?
thank in advance
4 Replies
Plott Hound
i would consider alternatives. afaik there is nothing out there that can turn a next ssr site into a native app.
personally i would chose a native option and try to share code where possible.
American Fuzzy Lop
ouch, bummer