start-ui-web
start-ui-web copied to clipboard
Feat: add custom Router & useGoBack
~~Adding useSmartNavigate hook and SmartNavigateLink component, for manage smart navigation with automatic complete of state, thats permits to make smart goBack easily~~
~~β οΈ This feature need an update of "@testing-library/user-event" version from 13.5.0 to 14.2.0. It was not use in project until now, so that should not cause problem~~
- [x] Custom Router with state injection
- [x] Hook useGoBack
- [ ] Storybook
- [ ] Tests
- [x] Use useGoBack in the app
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 | Apr 28, 2023 10:06am |
Kudos, SonarCloud Quality Gate passed!Β Β 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
1 Code Smell
No Coverage information
0.0% Duplication
Kudos, SonarCloud Quality Gate passed!Β Β 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
1 Code Smell
No Coverage information
0.0% Duplication
Sonar detects 1 code smell for an unnecessary assertion because that doesn't change type, but if I don't do it there is a typescript error. Because default type is unknown, not any
Kudos, SonarCloud Quality Gate passed!Β Β 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
1 Code Smell
No Coverage information
0.0% Duplication
Related to react-router-dom that we do not use anymore, I'm closing this PR.