# preact-without-babel **Repository Path**: mirrors_developit/preact-without-babel ## Basic Information - **Project Name**: preact-without-babel - **Description**: :racehorse: How to use Preact in (native) ES2015, without Babel or JSX. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # :racehorse: Preact in (native) ES2015, _without_ Babel or JSX [Preact] doesn't require that you use any sort of build tooling or transpiler. This repo contains a simple example of how to use [Preact] in any modern ES2015 JavaScript environment. This includes the current versions of Chrome, Firefox, Edge and Node.JS. Examples are included for both "Classful" Components, and stateless pure functional components. > [View Demo on JSFiddle](http://jsfiddle.net/developit/e281k4wz/) --- > :horse: Supporting older browsers? Check out [Preact in ES3](https://github.com/developit/preact-in-es3) [Preact]: https://github.com/preactjs/preact