From 793a9752c910d3cfd3cc23eb72a8194b131da56c Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 25 May 2025 13:16:09 -0700 Subject: [PATCH] Update react.md --- docs/guides/ecosystem/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/ecosystem/react.md b/docs/guides/ecosystem/react.md index 4067cc1ffd..5538226b53 100644 --- a/docs/guides/ecosystem/react.md +++ b/docs/guides/ecosystem/react.md @@ -1,5 +1,5 @@ --- -name: Use React and JSX +name: Build a React app with Bun --- Bun supports `.jsx` and `.tsx` files out of the box. React just works with Bun.