Guido Schmitz
Guido Schmitz
Same here. Migrating to NextJS 14 in combination with `turndown` package is making our lives really hard
What we do in the `examples` folder is requiring the `react-simple-universal` module itself, so `devServer.js` will be used, although we don't explicitly import it at the top. We do this...
Did you use the booklist example?
@enbits In #21 I've added the ability to pass your own layout to render. As default we use `render-layout.js`, but now you can pass your own layout with extra scripts...
It's indeed better to give full control, but there are some things that are currently not configurable like the `/static/index.js` part, the window variable name (`BOOTSTRAP_CLIENT_STATE`) and the id of...
Well then we must document that the root always need to have an id of `root`, the window variable name has to be `BOOTSTRAP_CLIENT_STATE` and the script must be `/static/index.js`....
@langpavel If I'm right that means that you always make requests to an URL, right?
@langpavel Do you want to help building this data fetching in this repo? I see react-starter-kit is also using universal-router https://github.com/kriasoft/react-starter-kit/blob/master/src/server.js#L19. If I'm correct this is just the functionality to...
I've added a first simple example. Suggestions are welcome ;)!
I also have this issue. Does anybody have a fix already?