Skip to content

quinscape/jsview-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JsView Bootstrap

Application bootstrap for spring-jsview

Usage

    import bootstrap from "jsview-bootstrap"

    bootstrap( data => <App initial={ data } />)

bootstrap(render)

The bootstrap module calls the render function with the jsview initial data payload and the render function returns the initial application element hierarchy. It can also return a promise resolving to a react element hierarchy.

The bootstrap function returns a Promise that resolves when the rendering has happened.

About

Application bootstrap for spring-jsview, a Spring Boot 2.0 clientside view implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published