Releases: Download/preact-layout
v1.0.2
v1.0.1
v1.0.0
preact-layout
Preact Layout elegantly solves some common layout challenges you will undoubtedly
encounter when using Preact, due to the hierarchical nature of the component
tree and the one-way data flow. Preact Layout allows you to think out of the box.
Simple but powerful API
With just 2 components, the API is very simple to learn, yet powerful.
Lightweight
preact-layout is microscopically small. The sources are just over 2 Kb
and the minified and gzipped distribution file weighs only 1 kB.
Well documented
A good library needs plenty of good docs. In the case of preact-layout, the
docs are way bigger than the library itself! We have a
usage guide,
API docs,
examples and a
Preact Layout Kickstart CodePen to learn from.
Well tested
Good tests ensure not only that the code works, but that it keeps working! We use Travis
CI to test every push to master so we
catch any bugs before they make it into a release.
Open Source, Open Community
preact-layout is Open Source software with a
public code repository and
public issue tracker.