Releases: prateekbh/preact-async-route
Releases · prateekbh/preact-async-route
Typescript bindings
Support for SSR
The loading now starts at componentWillMount
so that component can be rendered on server as well.
Remount fix
No more re mounting of same component on same path.
Major version upgrade
in order to make usage of already imported components now preact-async-route
will support 2 props
component
this will just take the JSX component itself and NOT the function- for function calls
getComponent
is the prop
check README