0.1.101 • Published 2 years ago

@bun-examples/react v0.1.101

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

React Bun App

This is a single-page application project template using React and Bun. Run the following commands to get started.

bun create react ./react-bun-app
cd react-bun-app

The bun create command will automatically install the required dependencies. To start the dev server:

bun run dev

Then open http://localhost:3000 with your browser to see the result.

This bundles src/index.tsx and starts a development server that serves from the public and build directories. When the incoming request to localhost:3000/ comes in, the following exchange occurs:

  • The Bun server returns public/index.html.
  • The browser renders this HTML, which contains a script tags with src="/index.js". The browser requests this file.
  • The server checks for this file, first in public (no match) then in build. It finds build/index.js and returns it to the browser.
  • This file renders the React component in src/App.tsx inside the div#root element. The app is now ready to accept user input.

Start building your app by editing src/App.tsx.

0.1.97

2 years ago

0.1.99

2 years ago

0.1.95

2 years ago

0.1.101

2 years ago

0.1.91

2 years ago

0.1.93

2 years ago

0.1.85

2 years ago

0.1.87

2 years ago

0.1.89

2 years ago

0.1.81

2 years ago

0.1.83

2 years ago

0.1.75

2 years ago

0.1.77

2 years ago

0.1.79

2 years ago

0.1.71

2 years ago

0.1.73

2 years ago

0.1.67

2 years ago

0.1.69

2 years ago

0.1.63

3 years ago

0.1.65

3 years ago

0.1.53

3 years ago

0.1.55

3 years ago

0.1.57

3 years ago

0.1.59

3 years ago

0.1.51

3 years ago

0.1.49

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.61

3 years ago

0.0.46

3 years ago

0.0.47

3 years ago

0.1.2

3 years ago

0.0.48

3 years ago

0.0.49

3 years ago

0.0.44

3 years ago

0.0.45

3 years ago

0.0.43

3 years ago

0.0.42

4 years ago

0.0.40

4 years ago

0.0.41

4 years ago

0.0.37

4 years ago

0.0.38

4 years ago

0.0.39

4 years ago

0.0.32

4 years ago

0.0.33

4 years ago

0.0.34

4 years ago

0.0.35

4 years ago

0.0.36

4 years ago

0.0.31

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.28

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.25

4 years ago

0.0.24

4 years ago

0.0.23

4 years ago

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago