template-react-ts
template-react-ts copied to clipboard
Replaced forwardRef with ref. Expanded "Phaser Scene Processing" section.
- Fixed typos in README.md.
- Replaced forwardRef with ref for React version 19 (https://react.dev/reference/react/forwardRef).
- The "Phaser Scene Processing" section has been expanded with detailed notes on non-trivial pitfalls. These subtle but important edge cases really confused me and required some time to research, so I believe the added information will be useful to anyone who encounters similar issues.