yarr
yarr copied to clipboard
A React router library enabling the render-as-you-fetch concurrent UI pattern.
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Hi Contra. I get a ton of warnings when using yarr in create-react-app 5. They look like this: `Failed to parse source map from '/Users/me/projects/test-app/node_modules/yarr/src/components/Link.tsx' file: Error: ENOENT: no such...
It closes #37. I run tests and looks like everything is still passing.
I have a route like this: ```tsx import { RouteConfig } from 'yarr'; import { loadQuery } from 'react-relay'; import environment from '../../relay/environment'; import AssessmentCodeTreeQueryGraphql, { AssessmentCodeTreeQuery} from './__generated__/AssessmentCodeTreeQuery.graphql'; import...
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.7 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...
A route name is more clear than path. In the API you can navigate between routes using it's name instead of the path.
Update the file path, since this repo has been moved to typescript
Update links to typescript files
Update sandbox link to use the typescript version.