Description
Hi! I've been following the development of Rollipop and I'm very impressed with the performance gains brought by Rolldown to the React Native ecosystem.
Currently, the documentation and examples focus primarily on Android and iOS. I would like to request a short configuration example or a dedicated guide on how to use Rollipop to build for the Web using react-native-web.
Specifics requested:
- How to set up aliases (e.g., mapping react-native to react-native-web).
- Handling platform-specific extensions like .web.js, .web.ts, and .web.tsx.
- Defining global variables required for the web environment (like DEV).
- A basic setup for an HTML entry point to serve the web bundle.
Having a "Universal" example would greatly help developers looking to migrate from Metro or Webpack to a faster, Rolldown-based workflow.
Thanks for this amazing project!
Description
Hi! I've been following the development of Rollipop and I'm very impressed with the performance gains brought by Rolldown to the React Native ecosystem.
Currently, the documentation and examples focus primarily on Android and iOS. I would like to request a short configuration example or a dedicated guide on how to use Rollipop to build for the Web using react-native-web.
Specifics requested:
Having a "Universal" example would greatly help developers looking to migrate from Metro or Webpack to a faster, Rolldown-based workflow.
Thanks for this amazing project!