reboottime / React-Develpment

Some notes, thought, articles or source code readings aggregated here about React Web development.
0 stars 0 forks source link

Single Page Application: Design your URL #105

Open reboottime opened 1 year ago

reboottime commented 1 year ago

Overview

This article talks about good practices on designing URLs for single page applications.

Our content spans into two areas:

reboottime commented 1 year ago

What is an ideal URL Strategy

Enriching User Experiences

From an end-user perspective:

Empowering Developers

From a developer's angel:



Long story short, a good URL strategy is to foster satisfaction among users—both developers and end-users—while optimizing for SEO benefits.

reboottime commented 1 year ago

Some Good Practices

reboottime commented 1 year ago

Working with React Router DOM v6, React Query and React Table

reboottime commented 1 year ago

References