kbss-cvut / s-pipes-editor-ui

MIT License
0 stars 0 forks source link

Refactor App component #78

Open palagdan opened 5 hours ago

palagdan commented 5 hours ago
palagdan commented 5 hours ago

react-imported-component behaves the same as React's lazy with Suspense; it splits components into chunks and loads them only when needed. However, I believe it's unnecessary for this application since react-imported-component is a third-party library that is not being utilized effectively, with only about 3,000 downloads per month. Therefore, I will refactor the code using react-router-dom. This will provide similar functionality while making the code simpler and more readable.