Closed clementfung closed 5 years ago
Just a warning. If you want others to help maintain this in the future, better to use Vue. Otherwise you might be the only one that can easily maintain this for a while
@ryscheng the game SDK is pretty tightly bound to React (the frontend system being a port of https://boardgame.io/). It might be possible to shim b/w the two within the Poker demo, but that sounds like trouble -- maintaining any game in the SDK ecosystem will require working with React for the time being.
Update: The react-poker repo itself is not very usable. @noahj suggested just using anything that looks like a real card, which is better than what we have now.
A good example would be https://github.com/richardschneider/cardsJS
cardsJS is pushed now!
Noah quite likes this react library instead: https://therewillbecode.github.io/react-poker/
Replace the current barebones react card library with this new one