Skip to content

Releases: prateekbh/preact-async-route

Typescript bindings

07 Mar 00:20
4d56c22
Compare
Choose a tag to compare

Adds TS bindings for preact-async-route

Support for SSR

02 Feb 05:47
Compare
Choose a tag to compare

The loading now starts at componentWillMount so that component can be rendered on server as well.

Remount fix

30 Jan 19:50
Compare
Choose a tag to compare

No more re mounting of same component on same path.

Major version upgrade

20 Jul 06:24
Compare
Choose a tag to compare

in order to make usage of already imported components now preact-async-route will support 2 props

  1. component this will just take the JSX component itself and NOT the function
  2. for function calls getComponent is the prop

check README