What happens if you edit a module that only exports React components in Fast Refresh?

Technology CommunityCategory: React NativeWhat happens if you edit a module that only exports React components in Fast Refresh?
VietMX Staff asked 3 years ago
  • Fast Refresh will update the code only for that module, and re-render that component.
  • Anything can be edited in that file, including styles, rendering logic, event handlers, or effects.