markerikson / react-community-tools-practices-cheatsheet

Descriptions and use cases for common tools and practices in the React community
https://react-community-tools-practices-cheatsheet.netlify.app/
328 stars 13 forks source link

How About React-Router? #26

Closed ryota-murakami closed 2 years ago

ryota-murakami commented 2 years ago

This is one of essential library in the React Community traditionally.
But recently React-Router betting data-fetch optimization like this Ryan Florence talk.

When To Fetch: Remixing React Router - Ryan Florence

This movement relating the who handle 'Framework' category in the here i think.

markerikson commented 2 years ago

Routing is probably worth talking about at some point, but I'm less concerned about that for now - I don't see too many people asking "What router should I choose?" :)

ryota-murakami commented 2 years ago

Absolutely, Thank you for the answer!