https://github.com/nickserv/react-es
Uses ECMAScript (standard JavaScript) to create a React app without JSX or build tools
https://github.com/nickserv/react-es
import-maps javascript react
Last synced: 11 months ago
JSON representation
Uses ECMAScript (standard JavaScript) to create a React app without JSX or build tools
- Host: GitHub
- URL: https://github.com/nickserv/react-es
- Owner: nickserv
- Created: 2023-03-28T03:59:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T20:06:14.000Z (almost 3 years ago)
- Last Synced: 2025-07-19T01:34:13.639Z (11 months ago)
- Topics: import-maps, javascript, react
- Language: CSS
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React ECMAScript
Uses ECMAScript (standard JavaScript) to create a [React](https://react.dev/) app without JSX or build tools
Learning React or using JSX? See the [Vite + React + Testing template](https://github.com/nickmccurdy/vite-react-testing).
## Goals
- No build tools
- Optional development tools
- Modern browser support (Chrome, Firefox, and Safari 16.4)
## Scripts
- `start` - start server
## Inspiration
- [Import maps](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap)
- [esm.sh](https://esm.sh/)
- [Vite](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react)
- [Vite + React + Testing](https://github.com/nickmccurdy/vite-react-testing)