Comment on Best practices for building large React applicationsComments−hellbanner11yAny examples of good tile-based board games written in React (or other JS frameworks)?−baddox11yThis is a pretty good article:http://jjt.io/2014/07/30/building-a-board-game-with-react-js...−ArthurClemens11yAn example is chessground [1], the UI for the lichess [2] chess game, written with Mithril [3].[1] https://github.com/ornicar/chessground [2] http://lichess.org [3] http://mithril.js.org−hellbanner11yThanks & thanks @mikemintz & baddox, this is exactly what I'm looking for.−mikemintz11yI made a simple chess app with React and RethinkDB: https://github.com/mikemintz/react-rethinkdb/tree/master/exa...
Comments
Any examples of good tile-based board games written in React (or other JS frameworks)?
This is a pretty good article:
http://jjt.io/2014/07/30/building-a-board-game-with-react-js...
An example is chessground [1], the UI for the lichess [2] chess game, written with Mithril [3].
[1] https://github.com/ornicar/chessground [2] http://lichess.org [3] http://mithril.js.org
Thanks & thanks @mikemintz & baddox, this is exactly what I'm looking for.
I made a simple chess app with React and RethinkDB: https://github.com/mikemintz/react-rethinkdb/tree/master/exa...