wowsinfo / WoWs-Info-Seven

WoWs Info is an assistant for World of Warships
https://wows-info.herokuapp.com
MIT License
67 stars 16 forks source link

Migration to TypeScript/Use new react features (hooks) #58

Closed HenryQuan closed 2 years ago

HenryQuan commented 3 years ago

All necessary files and configs are all good now. This is a huge task but it can be done slowly by migrating a single file at a time. Every file needs a prop and state definition. Also, some serious refactor is needed. This time, not UI refactor but code refactor. My code is a mess now and It should be improved slowly. New files should all be in TypeScript and no more new JavaScript files from now on. React Hooks is the new way of React. It would be nice to experiment with it as well. Ideally, UI and logic should be seperated. This is what I need to improve on.

HenryQuan commented 3 years ago

React Hooks is nice to have. This will take a very long time to finish.

HenryQuan commented 2 years ago

Closed since we are going with Flutter