| >> React is not traditionally used for making games, but that's part of the fun and the challenge. From
https://news.ycombinator.com/item?id=38437821 : > MS Flight Simulator cockpits are built with MSFS Avionics Framework which is React-like and MIT licensed: https://github.com/microsoft/msfs-avionics-mirror/tree/main/... preactjs may or may not be faster: https://preactjs.com/ Million.js is faster than preact, and lists a number of references under Acknowledgements: https://github.com/aidenybai/million#acknowledgments https://million.dev/docs : > We use a novel approach to the virtual DOM called the block virtual DOM. You can read more on what the block virtual DOM is with Virtual DOM: Back in Block and how we make it happen in React with Behind the block(). React API reference > Components > Profiler:
https://react.dev/reference/react/Profiler From the React Developer Tools browser extension docs: https://react.dev/learn/react-developer-tools : > Now, if you visit a website built with React, you will see the Components and Profiler panels. The Redux DevTools extension also inspects apps written without React+Redux; Angular, Cycle, Ember, Fable, Freezer, Mobx, PureScript, Reductive, and Aurelia apps:
https://github.com/reduxjs/redux-devtools/blob/main/extensio... |