React Router Examples

You can use src folder to see the examples.

  1. App.jsx : main example with json-server and all http methods
  2. 1.get.jsx : get example
  3. 2.post.jsx : post example
  4. 3.put.jsx : put example
  5. 4.delete.jsx : delete example

Installation and Usage

pnpm install
pnpm run dev