An open API service indexing awesome lists of open source software.

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

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)