frontend-app-api: expose bootstrap app state
Expose the prepared bootstrap tree together with subscription-based phase updates so createApp can render from app state directly instead of forcing rerenders through a sign-in callback. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
*/
|
||||
|
||||
export {
|
||||
type BootstrapSpecializedApp,
|
||||
type FinalizedSpecializedApp,
|
||||
prepareSpecializedApp,
|
||||
type PreparedSpecializedApp,
|
||||
type PreparedSpecializedAppSignInProps,
|
||||
type SpecializedAppSessionState,
|
||||
createSpecializedApp,
|
||||
type CreateSpecializedAppOptions,
|
||||
|
||||
Reference in New Issue
Block a user