W01fw00d / barbarians

A little web-browser turn-based strategy game
GNU General Public License v3.0
5 stars 4 forks source link

Add React to reduce number of DOM manipulations #65

Open W01fw00d opened 3 years ago

W01fw00d commented 3 years ago

React should be more efficient with that than jQuery or vanilla js

W01fw00d commented 3 years ago

There might be more lightweight libraries for dom manipulation that just offers the selector/listener feature that we need?