0.1.101 • Published 3 years ago

@bun-examples/react v0.1.101

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

3 years ago

0.1.99

3 years ago

0.1.95

3 years ago

0.1.101

3 years ago

0.1.91

3 years ago

0.1.93

3 years ago

0.1.85

3 years ago

0.1.87

3 years ago

0.1.89

3 years ago

0.1.81

3 years ago

0.1.83

3 years ago

0.1.75

3 years ago

0.1.77

3 years ago

0.1.79

3 years ago

0.1.71

3 years ago

0.1.73

3 years ago

0.1.67

3 years ago

0.1.69

3 years ago

0.1.63

3 years ago

0.1.65

3 years ago

0.1.53

4 years ago

0.1.55

4 years ago

0.1.57

4 years ago

0.1.59

4 years ago

0.1.51

4 years ago

0.1.49

4 years ago

0.1.4

4 years ago

0.1.6

4 years ago

0.1.61

4 years ago

0.0.46

4 years ago

0.0.47

4 years ago

0.1.2

4 years ago

0.0.48

4 years ago

0.0.49

4 years ago

0.0.44

4 years ago

0.0.45

4 years ago

0.0.43

4 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

5 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

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago