Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
React Router
Declarative routing for React on web, server, and mobile
Collective -
Host: opensource -
https://opencollective.com/react-router
- Code: https://github.com/ReactTraining/react-router
github.com/remix-run/react-router - bee16454c5e1317b804c71032d64a94181329935 authored over 3 years ago
* Move basename from <Routes> to <Router>
Since we can have only one basename in use at a tim...
github.com/remix-run/react-router - 174fc10460550a19907a4ac307b40644cfe97b3d authored over 3 years agogithub.com/remix-run/react-router - e0853baebf6224b0d2ebf3bbc3d37ec636e1a91e authored over 3 years ago
github.com/remix-run/react-router - 2b94c86859c376dbd06a72b7075abfe3f8de27a9 authored over 3 years ago
github.com/remix-run/react-router - fd5f3b5af01b756a6d150806b6665c78b330beb7 authored over 3 years ago
Signed-off-by: Logan McAnsh <[email protected]>
github.com/remix-run/react-router - 97236cfc87122b80900ad8e8fe17c623bac30583 authored over 3 years ago* docs: fix links to in react-router readme
* Make these relative
Co-authored-by: Tim Dorr...
github.com/remix-run/react-router - d1074178e1f00bd7b62ba90189d0381858c06e20 authored over 3 years agogithub.com/remix-run/react-router - c13b66939ef48eacf7067f7aec4752777be8b17c authored over 3 years ago
This prevents `*` from matching without a preceding `/` in the URL
pathname. So e.g. `/users/*` ...
github.com/remix-run/react-router - 0f0172c2a829ab61ab9cac89293ac243a5ac3fb6 authored over 3 years ago
Also, remove `pathnameStart` property from `match` objects.
github.com/remix-run/react-router - 02f819bb980491c065dc6b80ca5037ece44640df authored over 3 years agogithub.com/remix-run/react-router - 026ddb6f545acb8d0982c9ba008f17cae4a327d4 authored over 3 years ago
github.com/remix-run/react-router - 666f8c0ac449effa5db764b776395eea3cc5f5e9 authored over 3 years ago
github.com/remix-run/react-router - 9eebe8b02594ed911a4764fa244b0890e63465ec authored over 3 years ago
github.com/remix-run/react-router - 1970ac1291423e8c4244b4cc4fe06c4dcd6f4c7e authored over 3 years ago
github.com/remix-run/react-router - 54a0c270f956f24523a7fbb511d7976852aa7501 authored over 3 years ago
github.com/remix-run/react-router - 08e8325395aa3fe4516b87652bb2f2e382b53364 authored over 3 years ago
Instead of including this in v6 directly, the plan is to include it
in a backwards compatibility...
- Replace `match.url` with `match.pathname` (possibly contains a
trailing slash)
- Replace `ma...
github.com/remix-run/react-router - 1f73385359eaa0672cc987aec715ed3a77f85d6b authored over 3 years ago
github.com/remix-run/react-router - 235a00dafb30f32266dd62e00252a5ea52e04a81 authored over 3 years ago
Also:
- Add (optional) `<Route index>` prop for index routes
- Return original route objects fr...
github.com/remix-run/react-router - 0ae536f7eafb35efb4f397091cc6f4c4f9296a95 authored over 3 years ago
github.com/remix-run/react-router - f6df0697e1b2064a2b3a12e8b39577326fdd945b authored over 3 years ago
Also, always strip trailing slash from `match.url`.
See #8022 for rationale
github.com/remix-run/react-router - 1272bb154650c0fc293430ff901e4c29dcd7b1ea authored over 3 years agogithub.com/remix-run/react-router - 7c9501a98eddbffc4e7bd0541a0d095821b52cdf authored over 3 years ago
* Add generic for params type
* Add undefined for param type
* fix test types
github.com/remix-run/react-router - 5acd31912fb70368906a07f0b32b2401d8ef0487 authored over 3 years agogithub.com/remix-run/react-router - 2e3c14c3786b996b8875d1a00bdbf7e54bd30530 authored over 3 years ago
github.com/remix-run/react-router - 13c56630193a5ef06b46140c78ca00fda3e27e8a authored over 3 years ago
github.com/remix-run/react-router - b29c53aaa77fae4a3e2f24d86c58cae0f8542132 authored over 3 years ago
- Note the removal of `Link` `component`/`as` prop (see https://github.com/remix-run/react-route...
github.com/remix-run/react-router - 02e4d2777525d530f717a905538cbdfa214a9d5b authored over 3 years agogithub.com/remix-run/react-router - 7b83ab14e1f4348c95f1dbadda608a44630ae42d authored over 3 years ago
github.com/remix-run/react-router - 9ee6d64a4b70678cf92cad73bd0346a1ac8c1b7e authored over 3 years ago
github.com/remix-run/react-router - 15db62d513d8690989056fc836e367685fb7d671 authored over 3 years ago
* Fixes #7997
github.com/remix-run/react-router - 5ad81a8354c00b1fa9af216bf73c2921124627cd authored over 3 years ago
* Add support for `useLinkClickHandler` and `useLinkPressHandler` hooks
* Add tests
* Resolves...
github.com/remix-run/react-router - 48634a4af1518df8ad084bc38c2667ffc8dbeeb1 authored over 3 years ago
* useRoutes: add support for location override
- Resolves #7117
github.com/remix-run/react-router - caf3c8571c6445b06d46bd1ffb087b1a0ae9b293 authored over 3 years ago
github.com/remix-run/react-router - fea545d1f6556276740d870c2ac3c94b43334030 authored over 3 years ago
github.com/remix-run/react-router - d191ea1789437846e8e8dad666ae79305eaa97e9 authored over 3 years ago
github.com/remix-run/react-router - 68371aa76084db423ab15e872c1ea9f810fedaf9 authored over 3 years ago
github.com/remix-run/react-router - 7c6ff7d4a9ed9153a42ed1ec5aaafb69405a2a8c authored over 3 years ago
github.com/remix-run/react-router - 5ec6700ed82acb0e89315c677c82d78ac75672c1 authored over 3 years ago
github.com/remix-run/react-router - 02d09a988588fad08803832ef305d7f8e53caf9a authored over 3 years ago
github.com/remix-run/react-router - 2d49f95cb17ba75d05a56c2bd30a5961849ff6e1 authored over 3 years ago
github.com/remix-run/react-router - e03308b11334b3dda32e382324506eb3900e9e57 authored over 3 years ago
github.com/remix-run/react-router - 44d5dc644bb7e7f3a13412a0541cf690eab89de2 authored over 3 years ago
github.com/remix-run/react-router - 5e51e6ece45034e5cb7c7e6102862f36cb245b25 authored over 3 years ago
github.com/remix-run/react-router - 7d05dbb5754978b156aa14330db055bf939e969b authored over 3 years ago
* feat: Make all params available to nested routes (#7960)
* add test case
* update type i...
github.com/remix-run/react-router - 9de81d2466041b7f8c4e34e989d9c577129f6682 authored over 3 years agogithub.com/remix-run/react-router - e2e8adbb57c4f86bec7e3e9c0e6fc20db9f4a029 authored over 3 years ago
github.com/remix-run/react-router - 703766342ff0798e86dee5f4db703c961f44ca94 authored over 3 years ago
github.com/remix-run/react-router - aca7a301c3be5f6e568de5f3bc6cfe9495f2dea0 authored over 3 years ago
github.com/remix-run/react-router - c9602759fc0d993d65bee13b7582e343f49356cf authored over 3 years ago
* Normalize search and hash strings in resolvePath
* remove unused vars in tests
* simplify test
github.com/remix-run/react-router - 16f0542b12a0ca0072364e1bd93eda6e56c749f4 authored over 3 years ago
github.com/remix-run/react-router - b5151a3aa417b8ad15ae4ed85a569c8c133de429 authored over 3 years ago
github.com/remix-run/react-router - 05c41d57407efdc98886b27e3418a2cdcfa40399 authored over 3 years ago
github.com/remix-run/react-router - cf26bfd6ae11214d638fac5321b571eb868e1dc3 authored over 3 years ago
github.com/remix-run/react-router - e5c8af80d009a512a9f642b33a8815abcf7fce04 authored over 3 years ago
github.com/remix-run/react-router - 7559a3bf919062d1dcd493cfbce9e551e7a38a76 authored over 3 years ago
github.com/remix-run/react-router - a2e219720e743e2a489e8b6cfb60b00e13c4e673 authored over 3 years ago
github.com/remix-run/react-router - 23e9bcba0b527d0e546e8e442cc4acc8267d2221 authored over 3 years ago
github.com/remix-run/react-router - 72b83b7ae51b386c574ea207f96d6e667ab33921 authored over 3 years ago
github.com/remix-run/react-router - 2317f3e7a07d9790ab545aaccf51d809b5cd2881 authored over 3 years ago
github.com/remix-run/react-router - a78c6ddd80d2fd697500b907849b449358734e2e authored over 3 years ago
github.com/remix-run/react-router - 43045de42bda277c997182cdecfec1447d14cd1b authored over 3 years ago
github.com/remix-run/react-router - 3a261040ec211e1d6d54693d79b64b9e0c77d7b3 authored over 3 years ago
github.com/remix-run/react-router - eed8ce758d6ef94a1aea77be9e9c154640f8eeda authored over 3 years ago
github.com/remix-run/react-router - a0db8bf157747a8f90193f69ec702e4f8b67dc70 authored over 3 years ago
github.com/remix-run/react-router - 8853f78a48367ea7686e0014b37ccfea1155853c authored over 3 years ago
github.com/remix-run/react-router - 53133fabf9b6b3503d48171655619a8c68b815ed authored over 3 years ago
github.com/remix-run/react-router - ea4fc5eec817403da3c569554010467a9b444a4f authored over 3 years ago
* expose internal context behind warnings
* re-export from react-router-dom and react-router-na...
github.com/remix-run/react-router - 58adb52a4129e337c56c7ef713cf6d9450c023a8 authored over 3 years ago
github.com/remix-run/react-router - 7c9796bd6fb1c92ab244aa9585a2cbfecdbed830 authored over 3 years ago
github.com/remix-run/react-router - 6ae89008b41d73274e09db222f6eaa3b1b48a3d6 authored over 3 years ago
github.com/remix-run/react-router - 8ac6777a96accd0813aae43743d9f76c95630968 authored over 3 years ago
github.com/remix-run/react-router - 7b326f5e5d0262eef0f98097384241eb070a9c39 authored over 3 years ago
github.com/remix-run/react-router - 4943a6c846621937b0f13a35821bc6241e0d3811 authored over 3 years ago
github.com/remix-run/react-router - 7fac5c84a415a26060163fe99dca22891a783127 authored over 3 years ago
github.com/remix-run/react-router - 6b2edebd0757194e17af23cf147e54c32fb16449 authored over 3 years ago
github.com/remix-run/react-router - 5f4da99c31e05d9c89cfdf985ded9800bd4ca4f4 authored over 3 years ago
github.com/remix-run/react-router - ec872933d443eeac0ac8ec3450579d0a423f9e77 authored over 3 years ago
github.com/remix-run/react-router - 7b64802ea9c2c04ed44b7b8c9fd00490bd18be0b authored over 3 years ago
github.com/remix-run/react-router - 3a4febbdf3cc98909f35e6db1ab600e5bb1d19a1 authored over 3 years ago
github.com/remix-run/react-router - 7f9f0365e5c97afc9fff9a2a036e945a90edfb4f authored over 3 years ago
github.com/remix-run/react-router - 2777f7baa98272df7b09ef13c5c6d653e2cc7a4f authored over 3 years ago
github.com/remix-run/react-router - a1430fbbd456de7dedf94946ff2cab9a8cfff015 authored over 3 years ago
github.com/remix-run/react-router - f8a9020bc4490059e308378326cefac37188f761 authored over 3 years ago
github.com/remix-run/react-router - 199fd0861c59049de7a651a0d60b4a7a58cce73d authored over 3 years ago
- ESLint and all related dependencies updated
- Prettier updated
- Ran `prettier . --write` to r...
github.com/remix-run/react-router - 8f3fee9ee06bab1fd7a9357722c95bfdb2e1571b authored over 3 years ago
github.com/remix-run/react-router - 3b7481c544b03603a1c2425f95fa56bc9b071d5d authored over 3 years ago
github.com/remix-run/react-router - e92148aac13968d0551226b00088091256fc921b authored over 3 years ago
github.com/remix-run/react-router - 92e9dc46370dfaf02b643a707b4b3594a825ee9f authored over 3 years ago
github.com/remix-run/react-router - cb0247e71beb21297c0a3910c3b39e9f4255a4ad authored over 3 years ago
github.com/remix-run/react-router - 67334e57fe2b5a298133fa2b83fef836a265f7d2 authored over 3 years ago
github.com/remix-run/react-router - bb436a7f0077496db7b9f4f6f0bbb35cd5750bf2 authored over 3 years ago