-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Home
Jason Miller edited this page Aug 1, 2016
·
3 revisions
💁 preactjs.com has the most up-to-date information.
It provides a superset of the documentation from this wiki, and works offline! 😊
Preact is an attempt to recreate the core value proposition of React (or similar libraries like Mithril) using as little code as possible, with first-class support for ES2015. Currently the library is around 3kb (minified & gzipped).
It retains a large amount of compatibility with React, but only the stateless functional components and [ES6 Classes] interface. As one would expect coming from React, Components are simple building blocks for composing a User Interface.
Notice: All documentation has moved to preactjs.com →