Relative Content

Tag Archive for javascriptreactjstypescriptreact-nativeexpo

Is it possible to export react native expo app as multiple page for shared hosting

I’m building an Expo app and want to export it to the web as a multiple-page application without using Server-Side Rendering, as my shared hosting does not support it. Currently, my app is in its early stages, but the exported JS file is already 2.1MB, which I believe will increase significantly as the app grows. This could negatively impact SEO. I’ve tried using the app.config.js web configuration to export the app, but it generates static HTML files that aren’t suitable for my needs. I already have a PHP web app which I will convert app the backend for the Expo. Is it possible to achieve this?