MarianDabrowski
MarianDabrowski
@Tommertom thanks for asking! First of all I must say that ionic has big problems with SSR/SSG [#25100](https://github.com/ionic-team/ionic-framework/issues/25100). I do not see any easy way to combine Ionic with any...
> @Tommertom Regarding 1: I am not an expert, so I cannot give any advice. Regarding 2: I have not verified if it works well with other SSR/SSG tools. I...
Are there any updates?
Hi there! Any updates on this topic?
I love to see some updates on this topic! Please tell me, if there are any tasks that I can help you with. @sean-perkins awesome analysis on your side!
@liamdebeasi as I understand, the consequences of this issue is that no meter the framework we cannot use SSR/SSG with ionic 6. Is it so?
> Something like this: > > ```js > const configObj = { > persistConfig: false, > ...userConfig, > }; > > config.reset(configObj); > if (config.getBoolean('persistConfig')) { > saveConfig(win, configObj); >...
@liamdebeasi thank you. for the response it has helped me much. I have played with the order and guess the one below may solve the issue. ``` export const initialize...
@sean-perkins thank you! I will do it!
I have just tested the [proposed idea](https://github.com/ionic-team/ionic-framework/issues/25100#issuecomment-1170007950) and unfortunately the app does not work as expected. I have followed the steps to get the package (during npm i have used...