- Preact is auto imported in all .jsx files by default, so you don't need to keep writing
import { h } from 'preact'
in every file. - Alias for
react
andreact-dom
is set topreact/compat
so you can use any react library without any issues. There is no need to installpreact-compat
separately. - Using Vite for faster development and production builds. Thanks to Akryum for the vite:bunlder
TODO:
- Add
react-meteor-data
to fetch data from Meteor - Add Vite SSR