fietensen / wafflemap

Educational Repository showcasing a Fullstack application including CI/CD pipeline
MIT License
0 stars 0 forks source link

Frontend Mapping #2

Closed fietensen closed 3 months ago

fietensen commented 3 months ago

When using React for the frontend, we might want to create a Multi-Page WebApp using React-Router. For our backend this means that there can be many different paths that should all be routed back to "/". However, some files like "script.min.js" should not redirect to the index file.