abhinav2712 / Planets.io

A threeJS webapp made for better visualization of rotation speeds, texture and visuals etc of planets
https://solarplanetsio.netlify.app
0 stars 1 forks source link

Make App more efficient by using React Router #2

Open abhinav2712 opened 1 year ago

abhinav2712 commented 1 year ago

Currently the app consists of various different html pages having their own JS files, and hence the whole page is rendering each time we switch to different planet. This isn't an efficient way, one can use React Router to improve it.

maddy020 commented 1 year ago

Please assign this issue to me

abhinav2712 commented 1 year ago

@maddy020 Assigned to you, go ahead

abhinav2712 commented 1 year ago

@maddy020 PLEASE ACKNOWLEDGE... There has been a major merge in the master, Please clone the project again and do your changes before sending a PR with respect to the older repo.. Thanks

abhinav2712 commented 1 year ago

@maddy020 are you still working on this?