pl12133 / react-solitaire

A game of Solitaire in React
http://pl12133.github.io/react-solitaire/
168 stars 51 forks source link

Update react version #4

Open rajeshd50 opened 4 years ago

rajeshd50 commented 4 years ago

Hi,

Any thoughts of updating the react version? The game works perfectly but I need to use latest react version. react-tap-event-plugin is not supported in latest react, any idea how to replace this ?

pl12133 commented 4 years ago

That plugin can be removed, it is there to solve a browser bug that has now been fixed by most browsers.

As for updating the React version, I might give it a shot if the upgrade is quick; but I'm more likely going to leave this project as is as long as it still runs.

I made this project as a learning experience for when I was just getting comfortable with React, one day I hope to get around to making a similar new project from scratch using newer techniques and optimizations.

Zamiell commented 3 years ago

I made this project as a learning experience for when I was just getting comfortable with React, one day I hope to get around to making a similar new project from scratch using newer techniques and optimizations.

Hello Peter. Can you expand a little bit on what new techniques and optimizations you would do?

I'm looking to rewrite my Canvas-based card game using the best technologies in 2021. I am not sure what to pick!

Any thoughts?