shirakaba / react-nativescript

React renderer for NativeScript
https://react-nativescript.netlify.com
MIT License
280 stars 14 forks source link

Try using detached render roots rather than portals for Page navigation #27

Closed shirakaba closed 5 years ago

shirakaba commented 5 years ago

This would allow Pages to be kept in memory rather than removed automatically upon Page dismount.

Will have to think hard about which is preferable. Maybe there are cases for both.

shirakaba commented 5 years ago

These work, but you have to be careful to understand the race conditions involved. I've taken some notes and shall keep this in mind when making the real-world sample app.