learn-co-curriculum / react-hooks-phase-2-project

Other
4 stars 142 forks source link

removed restful routes table from README #10

Closed Matt-Eva closed 1 year ago

Matt-Eva commented 1 year ago

The RESTful routes table didn't really apply to React Router, as it mainly demonstrated RESTful routes for a backend API.

RESTful routing also doesn't really apply to client-side routing (at least that's my understanding of it).

This has been misleading and confusing some students. We only mention RESTful routing in the client-side routing section once. If we want to include more material on that, it might be a good idea, but for the time being I think it would be simpler to just remove this table.