microsoft / hermes-windows

Hermes is a small and lightweight JavaScript engine optimized for running React Native apps..
https://hermesengine.dev
MIT License
52 stars 33 forks source link

Hermes as the RNW Default Engine #157

Open TatianaKapos opened 1 year ago

TatianaKapos commented 1 year ago

Summary

React Native switched to Hermes as the default JavaScript Engine in .70, RNW should target .73 as our candidate to switch to Hermes. This tracks what currently needs to be accomplished before making the switch. Edit as needed with new issues.

### Tasks
- [ ] Switch to an ABI-safe API
- [ ] Profiler support
- [ ] In-depth crash dump analysis
- [ ] Resolve issues with promises
- [ ] https://github.com/microsoft/hermes-windows/issues/87
- [ ] Update react-native-windows-init for hermes to be default for new apps
- [ ] Decide how we want to handle upgrades for existing apps using chakra
- [ ] Update app templates to assume hermes default
- [ ] Reconcile codebase to expect hermes as the default (not `UseHermes` opt-in, but maybe `UseChakra` like `UseV8`)
- [ ] https://github.com/microsoft/react-native-windows/issues/9358