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

docs: proofing the migration guide

github.com/remix-run/react-router - aaf898773bf25cfd091a4cb417d51b183d7a8a39 authored about 3 years ago
docs: fix broken API links

github.com/remix-run/react-router - 2aa82cf304e9e31865cae3b272618571393dc403 authored about 3 years ago
docs: fix hash links on API page

github.com/remix-run/react-router - 88ca319077a35fcb0990a16f722b97a041bce7b1 authored about 3 years ago
docs: fix casing on url hash link

github.com/remix-run/react-router - 8be161cba9f94d227ae732e498810f483d28195f authored about 3 years ago
docs: add hash links to the concepts page

github.com/remix-run/react-router - 804925f1fa104578199c1b9c2fad4ac757af337d authored about 3 years ago
docs: remove TODO from installation page

github.com/remix-run/react-router - 94ad259c9140e70f947aba0bb13998aca52bed65 authored about 3 years ago
docs: fix broken link on root docs

github.com/remix-run/react-router - e4343d9834494ef73c0ffb30d1785ee99cf2f912 authored about 3 years ago
Add test for GH issue #8127

Confirms this bug was the same as #8165

Fixes #8127

github.com/remix-run/react-router - 348545351d145cea5aebfd4e58e875ac2c160ce8 authored over 3 years ago
Fix matching issue with nested splat routes

Fixes #8165

github.com/remix-run/react-router - af9228e8ee6c9f213af76b3f1ca0a372d77fd444 authored over 3 years ago
Warn only when route element is undefined

github.com/remix-run/react-router - 66153dc4669a2bae85e379f0755bbff72a7ed3a1 authored over 3 years ago
Clean up some tests

github.com/remix-run/react-router - 71683a0a9eb853f3cbd54b48a221c5db01925165 authored over 3 years ago
Update query parsing example

github.com/remix-run/react-router - 95596d3b9fbb9ed314ab57536c5b3376cb969c4d authored over 3 years ago
fix(examples/multi-app): update stackblitz url

Signed-off-by: Logan McAnsh <[email protected]>

github.com/remix-run/react-router - f60a5061c107abb1906645cac4233f86eb40c217 authored over 3 years ago
add multi app example (#8126)

github.com/remix-run/react-router - 7ca6d8a2ce6ad362785e4d30676948d402009ef4 authored over 3 years ago
Version 6.0.0-beta.8

github.com/remix-run/react-router - 939c54b3faf8849420500506fa362f271dd4d0c6 authored over 3 years ago
fix: updated `useHref` to not double append basename (#8160)

- Addressed root of the issue by memo'ing the mutated path. This ensures we only ever mutate the...

github.com/remix-run/react-router - 72a5aa45d46a01abe0d1abecc17dc5b28b3d52d5 authored over 3 years ago
Remove path from index routes

Reverts 39c1c56fb0a7dcf7502479594a5440b969260457

github.com/remix-run/react-router - e0ee51bcea4488fd2b3c49176e1d74729259174e authored over 3 years ago
Add some explanations to examples, consistent h1

github.com/remix-run/react-router - fedf1d2ad8b7cc20b2fcfe18d86d0f4eb3f689a2 authored over 3 years ago
docs: fix more broken links

github.com/remix-run/react-router - ca34eb8bc219251bc7b6554c3344b25c31ea68b9 authored over 3 years ago
Run CI on the main branch now

github.com/remix-run/react-router - 029034a366674ceb877179aff320c8ac639db9ea authored over 3 years ago
Add back the formatting check to CI

github.com/remix-run/react-router - d7e8fb2b89b696c4b1a2b782a9e66cc77c33b015 authored over 3 years ago
docs: quick start borken links

github.com/remix-run/react-router - d8c55cd3e672f8c7d0e339f7f8f9f32f5eb3bcef authored over 3 years ago
docs: fix more broken links

github.com/remix-run/react-router - 3d52402b7ea5016894641b5d34db0097050ebffc authored over 3 years ago
docs: fix more broken links

github.com/remix-run/react-router - 5f8838c2e42e2e5bd3d9c54d78f090859e60d1c9 authored over 3 years ago
docs: remove first-person language + update links

github.com/remix-run/react-router - a2cb4728ac9b797617d018d8e6e006bb752659f6 authored over 3 years ago
Merge branch 'dev'

github.com/remix-run/react-router - d7ec4aaad0f867085a6fc5e9a74c72e23bb0791c authored over 3 years ago
feat: warn for leaf routes with no element (#8150)

github.com/remix-run/react-router - ef806050aedaab8692556181461b934705f9127b authored over 3 years ago
docs: fix custom links docs

github.com/remix-run/react-router - 4e8262e3efb6354b46d09db723818f3253a459d0 authored over 3 years ago
docs: fix anchors on concepts page

github.com/remix-run/react-router - 33269cd8d47ed796b0b8fc04aca5bff12529c780 authored over 3 years ago
docs: fix links on concepts page

github.com/remix-run/react-router - 9c73284c1527eefa6f6b63808960f8b9c87044b7 authored over 3 years ago
Update Prettier settings

github.com/remix-run/react-router - 3a03548f5f6f9ba9e02e5778b5cce18ce3964cd0 authored over 3 years ago
Update lazy loading example

github.com/remix-run/react-router - f1eec36028bfda6dc7ff616dd8d203c8655038ef authored over 3 years ago
feat: allow path on index routes (#8148)

github.com/remix-run/react-router - 39c1c56fb0a7dcf7502479594a5440b969260457 authored over 3 years ago
feat: compute score now takes into account index (#8151)

github.com/remix-run/react-router - ebd1b31833014e70e7a2dd4fe330d8b9ebd9e9c6 authored over 3 years ago
chore(ci): do all the docs updating in website action (#8138)

Co-authored-by: Tim Dorr <[email protected]>

github.com/remix-run/react-router - 37bb2ecd4b0cd6a11c6cdebd1aef97e74c9b18fb authored over 3 years ago
add example show casing how to use a custom query parser and serializer (#8159)

* add example show casing how to use a custom query parser and serializer

Signed-off-by: Loga...

github.com/remix-run/react-router - dd0de338dfb32e38d1f4b091b3442ae55515edc3 authored over 3 years ago
chore: skip linting and formatting on examples dist directories (#8156)

github.com/remix-run/react-router - 464264a0b11cd23fa15d382cf996816d8011de63 authored over 3 years ago
docs: fix links on guides page

github.com/remix-run/react-router - 6771a8d91b364e95ebc5473734f2dd75a7da4926 authored over 3 years ago
Update README and add some explanations to the code

github.com/remix-run/react-router - 76d329b1a5ff96fdd395d40814623f6a47e82790 authored over 3 years ago
docs: fix guides links

github.com/remix-run/react-router - 58fb5a02a2ea0d246369ea04770b165b174c6f67 authored over 3 years ago
docs: fix index links

github.com/remix-run/react-router - 10823197efc2a570bf4af15773fc0ec60211cdc0 authored over 3 years ago
docs: fix links on api page

github.com/remix-run/react-router - fd4eab4aa432faeceec679784df209ff064a99bb authored over 3 years ago
add lazy loading example (#8158)

* add code splitting example

Signed-off-by: Logan McAnsh <[email protected]>

* chore: rename e...

github.com/remix-run/react-router - 93f279405eba826b2437bba31a388d6ba628ae63 authored over 3 years ago
Update lazy loading example

github.com/remix-run/react-router - 819256ce4d744b17d730326ba29411316b236efe authored over 3 years ago
docs: fix links on concepts page

github.com/remix-run/react-router - 912aafecdfe7ef60019375572dab11b4399201f8 authored over 3 years ago
docs: fix anchors on concepts page

github.com/remix-run/react-router - c52415994d8ca4ffae20f022018aa85f6b8b2693 authored over 3 years ago
add lazy loading example (#8158)

* add code splitting example

Signed-off-by: Logan McAnsh <[email protected]>

* chore: rename e...

github.com/remix-run/react-router - 289e8c2367cb2cacab7c7088e7830eabf3a7181f authored over 3 years ago
docs: fix links on api page

github.com/remix-run/react-router - 93ab7d86851b70e8881fe867462c53f65e717170 authored over 3 years ago
docs: fix index links

github.com/remix-run/react-router - 443b83fe1a8c22dd5a8a6ea380bd07830c390086 authored over 3 years ago
docs: fix guides links

github.com/remix-run/react-router - 32a90335e8164c1648ebf990690d0613ec545481 authored over 3 years ago
Update README and add some explanations to the code

github.com/remix-run/react-router - d019fddc307d58b35ff7c2b0d7fae996dfb301d4 authored over 3 years ago
docs: fix custom links docs

github.com/remix-run/react-router - 9eb60e7f9c2b1d060a3c57ec53dab0ce0d6fb410 authored over 3 years ago
docs: fix links on guides page

github.com/remix-run/react-router - ca6edf66340d6d275cec4ac81de1e657c7d575f0 authored over 3 years ago
add example show casing how to use a custom query parser and serializer (#8159)

* add example show casing how to use a custom query parser and serializer

Signed-off-by: Loga...

github.com/remix-run/react-router - 748b6ae92fffd60830d552a5147fc243d58a84bd authored over 3 years ago
chore: skip linting and formatting on examples dist directories (#8156)

github.com/remix-run/react-router - c8b7d153f12b36669ad42a538f492106f75d3d02 authored over 3 years ago
chore(ci): do all the docs updating in website action (#8138)

Co-authored-by: Tim Dorr <[email protected]>

github.com/remix-run/react-router - f9fff2dd675534086e05091e397f3aad09289709 authored over 3 years ago
feat: warn for leaf routes with no element (#8150)

github.com/remix-run/react-router - 024f68941b4b0941bae241004cd821ab5bb4028e authored over 3 years ago
feat: compute score now takes into account index (#8151)

github.com/remix-run/react-router - d7615ecee2c65eb8cf3de38b7302488b2475c82d authored over 3 years ago
feat: allow path on index routes (#8148)

github.com/remix-run/react-router - 692ee5f8e6eb525b78f504c739c18a01e9fd151b authored over 3 years ago
Update Prettier settings

github.com/remix-run/react-router - fdb12c7bb3823c2a3819cb587c46e5bbf90e4532 authored over 3 years ago
Remove { type: "module" } from package.json

github.com/remix-run/react-router - 0921bd7f5e099cc95af0198288dc9b9ea6e65646 authored over 3 years ago
docs: fixes broken links (maybe, plz)

github.com/remix-run/react-router - f58b734596bb27281cbb3b4b6871239a3125c37f authored over 3 years ago
docs: fixes broken links (maybe, plz)

github.com/remix-run/react-router - fe05eed2b086ebd12db3a1f5b4ff051f12e9d4de authored over 3 years ago
docs: add missing link on index

github.com/remix-run/react-router - 6cc6a437f0eb98b861215eadb7e73d8f6438b8c7 authored over 3 years ago
scripts: update check-github-docs w/ correct repo reference

github.com/remix-run/react-router - 22942975a355b15f2254eaee5c22c0b7c602375f authored over 3 years ago
docs: fixes broken links

github.com/remix-run/react-router - 8b948537fe660c7431a1933c657c01c27139ba26 authored over 3 years ago
Update Prettier config

github.com/remix-run/react-router - e8d9081b170d714f2f4e153341e876c3335dfb2f authored over 3 years ago
Run Prettier on everything

github.com/remix-run/react-router - b6770aed076e55788dd1637b4567ee3951beae6f authored over 3 years ago
Add format script

github.com/remix-run/react-router - 27997a8387eff0ee5e7e30019c083e39e796a1e3 authored over 3 years ago
docs: add key to lists in tutorial

github.com/remix-run/react-router - 47cce9efb5171a75c310b201dbf5623558ebe1db authored over 3 years ago
hide the rest of the TODO pages

github.com/remix-run/react-router - bedcdcbca59f0414e187144b521b9b1778661405 authored over 3 years ago
docs: add index for guides/techniques

github.com/remix-run/react-router - fb4b5f2c5b247de70eaec3bedebf11be4daa41b0 authored over 3 years ago
Update migration guide notes on relative links

github.com/remix-run/react-router - 57605feccceb0f6e66f178428986c76f6dbc5cf2 authored over 3 years ago
Update index.md

testing fly data update

github.com/remix-run/react-router - 71f96d465054eec248c91f521d3e28c4ef9b9e29 authored over 3 years ago
Migrate support Probot to support GitHub Action

I'm pretty sure I'm doing this right...

github.com/remix-run/react-router - 69dcbf6c239333b74c6ca6b681f40d0ffcee8825 authored over 3 years ago
Lock bot is defunct

github.com/remix-run/react-router - 636c05424f9d1e4fd02b6b3c8591ef8487ad9d5a authored over 3 years ago
README: replace https://github.com/ReactTraining/react-router > https://github.com/remix-run/react-router

github.com/remix-run/react-router - 31ee88888a6f65b2e218e4785b2df5c79dcd9118 authored over 3 years ago
docs: remove `md` extension from relative links

Note: It would be best to remove these via the markdown processor. There
is a PR up to handle th...

github.com/remix-run/react-router - cafa7d12e07738b1fd783f8f5fb0adcf3b29c226 authored over 3 years ago
docs: Replace broken links from README fils (#8140)

github.com/remix-run/react-router - d5beb458709be96eef7e6c609d279b736ac88a87 authored over 3 years ago
fix(docs/tutorial): remove quotes from filename

github.com/remix-run/react-router - f14edb517a6a25d14ec70ddc038c2b61ffe49a6b authored over 3 years ago
Remove relative links in docs

github.com/remix-run/react-router - b9dd7037367b35ea18fdbc3076552d09d6dc4e0d authored over 3 years ago
Version 6.0.0-beta.7

github.com/remix-run/react-router - 5a04293c19e76508453d39624cb57a1f5a40053c authored over 3 years ago
Remove `exports` field in package.json

Let's revisit this after v6 stable.

github.com/remix-run/react-router - a5efdff42b15d904da02e8d85b66e680ee744e6b authored over 3 years ago
docs: add index for guides/techniques

github.com/remix-run/react-router - 02e296aa451833efae95de15660197c1ed1242a7 authored over 3 years ago
chore(ci): update ref url

github.com/remix-run/react-router - 853f850efe700ccbcc6f27ccc33ad577c043b93e authored over 3 years ago
docs: add key to lists in tutorial

github.com/remix-run/react-router - 730942ef22288836f0299271bee4b670b4ff3071 authored over 3 years ago
Update Prettier config

github.com/remix-run/react-router - d76cad01bd25471263a070a3d712830c2d656512 authored over 3 years ago
Run Prettier on everything

github.com/remix-run/react-router - da08f8cdef158327906f7551f3cce60cf7fd2a60 authored over 3 years ago
Add format script

github.com/remix-run/react-router - 9d54370ffeb0f9db240a6d9acad185767da50577 authored over 3 years ago
Remove { type: "module" } from package.json

github.com/remix-run/react-router - b9d2537606e499d01ce270dcbf782c1dbd726eea authored over 3 years ago
docs: add missing link on index

github.com/remix-run/react-router - bd69e4c49d8dd8e4b43267b01218f892fb15e797 authored over 3 years ago