React | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

25th Jul 2020, 3:11 PM
Priyanshu Gupta(प्रियांशु गुप्ता)
Priyanshu Gupta(प्रियांशु गुप्ता) - avatar
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.
27th Jul 2020, 7:22 AM
Kevin ★