Details on how createPagesStatefully works #39280
Replies: 1 comment
-
You're right — the docs don’t go into much detail about To clarify: the main purpose of If you're using
However, this only applies in develop mode or incremental builds. If you run a clean build ( If you're not seeing this behavior, it might be worth checking whether any plugins or cache behavior is interfering. Let me know if you’re using a specific data source or plugin — happy to help dig in further. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There are no clear info on how createPagesStatefully works in the docs. I thought that the difference from createPages was that the pages does not get GC between runs even without rebuilding pages. But this is not the case. I don't know if this is a bug or something.
Does anyeone used this api with success or difference from createPage? Thank you
Beta Was this translation helpful? Give feedback.
All reactions