https://github.com/alloc/react-aria
React Aria with a simpler build setup
https://github.com/alloc/react-aria
react react-aria
Last synced: 11 months ago
JSON representation
React Aria with a simpler build setup
- Host: GitHub
- URL: https://github.com/alloc/react-aria
- Owner: alloc
- Created: 2025-03-25T19:15:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T21:27:58.000Z (11 months ago)
- Last Synced: 2025-03-25T21:28:38.595Z (11 months ago)
- Topics: react, react-aria
- Language: TypeScript
- Homepage:
- Size: 5.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I found it difficult to use [react-spectrum](https://github.com/adobe/react-spectrum)'s repository locally, so I copied over everything except `react-spectrum` (which I don't use) and updated the build scripts to use the following tools:
- [Rolldown](https://rolldown.rs/guide/) for bundling
- [Buildc](https://github.com/aklinker1/buildc) for build caching
Sourcemaps are enabled for all packages.
## Development
```sh
# Build all packages. Only rebuilds changed packages.
pnpm build
# Watch all packages and rebuild on changes.
pnpm dev
```