0
React
Usually react is used to make responsive apps and projects , because of its fast updating feature but i want to know that a game that requires more faster updates , can be made with react . If yes how , by event handler or something else , Please replyđ not tell
1 Answer
+ 2
It would be great for simple DOM-based games. Games that require faster updates must use canvas element and React won't be very useful. You can of course integrate those games in your React app/project, I just think that it isn't suitable for the game development itself.