BearStudio / start-ui-web

πŸš€ Start UI [web] is an opinionated UI starter with 🟦 TypeScript, βš›οΈ React, ⚫️ NextJS, ⚑️ Chakra UI, 🟦 tRPC, β–² Prisma, πŸ–οΈ TanStack Query, πŸ“• Storybook, 🎭 Playwright,πŸ“‹ React Hook Form,β—½From the 🐻 BearStudio Team
https://demo.start-ui.com
MIT License
1.36k stars 128 forks source link

Feat/routing #498

Closed ivan-dalmet closed 1 month ago

ivan-dalmet commented 2 months ago

Describe your changes

Add constants for routes.

Documentation

https://github.com/BearStudio/start-ui-web-docs/pull/55

Checklist

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
start-ui βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Jul 22, 2024 8:47am
sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.7% Duplication on New Code

See analysis details on SonarCloud

yoannfleurydev commented 1 month ago

As a follow up, we can probably use https://developer.mozilla.org/en-US/docs/Web/API/URL/URL and https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/URLSearchParams to improve types and avoid to build string ourselves.