0.1.101 • Published 9 months ago

@bun-examples/react v0.1.101

Weekly downloads
-
License
-
Repository
-
Last release
9 months 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

9 months ago

0.1.99

9 months ago

0.1.95

10 months ago

0.1.101

9 months ago

0.1.91

11 months ago

0.1.93

11 months ago

0.1.85

12 months ago

0.1.87

12 months ago

0.1.89

12 months ago

0.1.81

1 year ago

0.1.83

1 year ago

0.1.75

1 year ago

0.1.77

1 year ago

0.1.79

1 year ago

0.1.71

1 year ago

0.1.73

1 year ago

0.1.67

1 year ago

0.1.69

1 year ago

0.1.63

1 year ago

0.1.65

1 year ago

0.1.53

2 years ago

0.1.55

2 years ago

0.1.57

2 years ago

0.1.59

2 years ago

0.1.51

2 years ago

0.1.49

2 years ago

0.1.4

2 years ago

0.1.6

2 years ago

0.1.61

2 years ago

0.0.46

2 years ago

0.0.47

2 years ago

0.1.2

2 years ago

0.0.48

2 years ago

0.0.49

2 years ago

0.0.44

2 years ago

0.0.45

2 years ago

0.0.43

2 years ago

0.0.42

2 years ago

0.0.40

3 years ago

0.0.41

3 years ago

0.0.37

3 years ago

0.0.38

3 years ago

0.0.39

3 years ago

0.0.32

3 years ago

0.0.33

3 years ago

0.0.34

3 years ago

0.0.35

3 years ago

0.0.36

3 years ago

0.0.31

3 years ago

0.0.30

3 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago