preact-in-es3
preact-in-es3 copied to clipboard
:horse: How to use Preact without Babel, ES2015 or JSX.
:horse: Preact in ES3: without Babel, ES2015 or JSX
Preact doesn't require that you use any sort of build tooling or transpiler.
This repo contains a bare-bones example of how to use Preact in JavaScript of yesterday.
Examples are included for both "Classful" Components, and stateless pure functional components.