‧͙⁺˚*・༓☾🐺☽༓・*˚⁺‧͙

Home

❯

Notes

❯

working notes

❯

Setup Client Side Routing in React and Server Side Routing in Express

Setup Client Side Routing in React and Server Side Routing in Express

Oct 19, 20251 min read

  • Setup React Router
    • Install react Router DOM using npm i react-router-dom
    • make a routes component to store the directions to all the routes
      • path
      • title
      • element

References

https://remix.run/_docs/routing Mapping Routes in React Router | DigitalOcean

Further

File-based routing with React Router — Code-splitting | Omar Elhawary React Router 6 – Full Course - YouTube


Graph View

  • References
  • Further