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

add docs for CRA and parcel setup (#7161)

github.com/remix-run/react-router - 437979e82d4c6b17f94a73cc572e9ba1f9b4efbd authored almost 5 years ago
Fix matching of nested splats (*)

github.com/remix-run/react-router - 5fe8802403db9831865bab88687024eab83379fb authored almost 5 years ago
Add tutorial outline

github.com/remix-run/react-router - e53fd9901e3b50a877ffe1f724d3d95813f933c5 authored almost 5 years ago
Enable server-side creation of URLs from pieces

github.com/remix-run/react-router - 6eb1f500ca2e8c60291e4c26690cbddfd1d6f87d authored almost 5 years ago
Fix route ordering bug

github.com/remix-run/react-router - 60db0ab1c8346cab6c80109317b82b92273d97e3 authored almost 5 years ago
Revert "Add support for . in <Route path>"

This reverts commit f7a56851652427c914d94400b44a99f36a17d155.

github.com/remix-run/react-router - c240986eb1d0b114212ed61cb410a84a2902927f authored almost 5 years ago
Add version + publish scripts to package.json

github.com/remix-run/react-router - 5c98999a2e9126205304065cade7523210fc1ae8 authored almost 5 years ago
Keep version in react-router/package.json

Don't need package version in root package.json

github.com/remix-run/react-router - a6df832fcd3a77756d0bfe559567098c08ef67ac authored almost 5 years ago
More docs outlines

github.com/remix-run/react-router - 4e79e6014fc051feadcdae4aac1be09833e16c32 authored almost 5 years ago
[dev] Fix code example in the guide for migrating 5 to 6 (#7146)

Stringify argument of `navigate` because
`history.go` is called if the argument is a number.

github.com/remix-run/react-router - 66bfcbe2a5762fa48fe391fc22a44b9de59100bb authored almost 5 years ago
Add Advanced Guides index

github.com/remix-run/react-router - 92502f2f6769dbf5ce4c7b154b1f6e1d27af6d07 authored almost 5 years ago
Added some docs outlines

github.com/remix-run/react-router - 94f6623be736a9cfcc27a9845fc94f3049f2ba65 authored almost 5 years ago
Fix size checks

github.com/remix-run/react-router - ddcdeb2a3bd654402500c719fd1ca018c9d99592 authored almost 5 years ago
Move some source files around

github.com/remix-run/react-router - eff2bd9148de1849fb93519f59262e4b53e8d823 authored almost 5 years ago
Fix a crash when <Link /> was used within <StaticRouter /> (#7126)

github.com/remix-run/react-router - 6d4236c98afe6e521a2e76814da71853bc05eb98 authored about 5 years ago
Emit trailing splat warning only once per pathname

github.com/remix-run/react-router - c70acc0cddcbaf6dec945d52c0e393e02d179f8a authored about 5 years ago
Better warning for routes missing trailing *

github.com/remix-run/react-router - 41dc20080b1f42e191fdc77aceceb0d1ded675bb authored about 5 years ago
Add support for . in <Route path>

This lets people do stuff like <Route path="."> and <Route
path="./users">.

It's a little confu...

github.com/remix-run/react-router - f7a56851652427c914d94400b44a99f36a17d155 authored about 5 years ago
Merge branch 'dev' of https://github.com/kristoferbaxter/react-router into kristoferbaxter-dev

github.com/remix-run/react-router - 5ddea318062a5f56d8c7fbd0f01dc6075dda6aa9 authored about 5 years ago
docs: Add No Match 404 for v6 FAQ (#7121)

github.com/remix-run/react-router - d341794c402bd6a230abe9f28519d293a130fec4 authored about 5 years ago
Fix merge conflict

github.com/remix-run/react-router - ccc8d7df4d7a4fea67d2b43ac2cffc8f3cd6530b authored about 5 years ago
Re-enable closure compiler

github.com/remix-run/react-router - ecab89f925684aff7b915833622d8324e952cc17 authored about 5 years ago
Add createRoutesFromFiles to react-router-dom/server

This little helper lets you create a routes config object from files on
the filesystem, ala Next...

github.com/remix-run/react-router - 07ab970449224ce2a07ac142ad148d537b022100 authored about 5 years ago
Add more to v6 FAQ

github.com/remix-run/react-router - bb07d7b42dec5efbf75f5cde215989eadd0d279b authored about 5 years ago
Small tweak + better error message

github.com/remix-run/react-router - c01109a9877b85357331e283a05af9260a9be754 authored about 5 years ago
Fix incorrect self closing tags (#7118)

github.com/remix-run/react-router - 6b1bc842a41e07a12bd4ec217151902f4504dc2b authored about 5 years ago
Clarify a few things

github.com/remix-run/react-router - fb2de9c22ad7c244ac1e137115396cd088398f67 authored about 5 years ago
Update website install docs

github.com/remix-run/react-router - d4e3769ec761710bae9897eb651bc91c471a14cb authored about 5 years ago
Version 6.0.0-alpha.1

github.com/remix-run/react-router - 0cf8f2b34b44c9bd817b32cead558f05c6a46526 authored about 5 years ago
Re-arrange re-exports of core imports

github.com/remix-run/react-router - 2b2a8582e25f14648ca56a476534d2ac3e4155e6 authored about 5 years ago
Ensure version number specifier is valid

github.com/remix-run/react-router - 57dd1cb322dd7170f3dc0776628dbf5b382fb104 authored about 5 years ago
Make history a regular dep instead of peer dep

Not sure why it wasn't a regular dep in the first place...

github.com/remix-run/react-router - 13464029bf48efb68ce4c1b8f00d5639f3ad0d31 authored about 5 years ago
Improve migration guide with nav links

github.com/remix-run/react-router - 861ccb5fbe1f560011f0eda9b88b45d19754d234 authored about 5 years ago
Update migrating-5-to-6.md

github.com/remix-run/react-router - a61949e08b20afb259a5a0b40ba3f403a432c851 authored about 5 years ago
Update migrating-5-to-6.md

github.com/remix-run/react-router - 638977f430c8ff844b9c688fe117206c4088be26 authored about 5 years ago
Update migrating-5-to-6.md

github.com/remix-run/react-router - f0575e0588c5ab37f7a066cef749a4faad001081 authored about 5 years ago
Update migrating-5-to-6.md

github.com/remix-run/react-router - afec87471c6b4a9419e5ff9cf9f2686dee918486 authored about 5 years ago
Update migrating-5-to-6.md

the userId => id swapping was kinda confusing (and the code was a bit inaccurate too, so I just ...

github.com/remix-run/react-router - b84123aca911c74fcb3e79f182dfb1a447b841e9 authored about 5 years ago
Update migrating-5-to-6.md

github.com/remix-run/react-router - 474a4effa4905b60c51d361cc110938e9974ea8e authored about 5 years ago
Update migrating-5-to-6.md

github.com/remix-run/react-router - d8294d91dffab2b754631b809004ade799fdbed8 authored about 5 years ago
Version 6.0.0-alpha.0

github.com/remix-run/react-router - 33e5ce2dd2a19fad86619d59844050ac0e5f3161 authored about 5 years ago
Add release script

github.com/remix-run/react-router - e2c6bc24a96535095ebd830d0fb5a85ecd400021 authored about 5 years ago
Remove v5 website

github.com/remix-run/react-router - ad4f812b4f46081b767193844ea8ef5942cfc252 authored about 5 years ago
Add version script

github.com/remix-run/react-router - c7223d3f629765d2e4e831568af4e7847bf03369 authored about 5 years ago
Add tests for react-router re-exports

github.com/remix-run/react-router - 246302432c604a5322fcc7cc8d03504de541330e authored about 5 years ago
Include prop-types in dev UMD bundles

So people don't have to use a separate <script> tag to get it.

github.com/remix-run/react-router - 31b84937116ac605f74ced7016b39f39acc9a8a0 authored about 5 years ago
Remove react-router from react-router-dom UMD

This is because our UMD builds double as our CommonJS builds, so we
don't want CommonJS users to...

github.com/remix-run/react-router - e48121d033c6fa54a2fafd791d75fafe4f5cac45 authored about 5 years ago
Remove react-router from regular deps of react-router-native

github.com/remix-run/react-router - b5c8c1816dfcbe4ac6664322d733bedc477274c0 authored about 5 years ago
Remove v5 docs and examples

github.com/remix-run/react-router - 402b7b5d0f817b8f349c51f932e1cc4766b46884 authored about 5 years ago
Tweak Jest configs

github.com/remix-run/react-router - 616c95b731dc12ca8e97268396454ddcd53f3d2e authored about 5 years ago
Remove deprecated imports

github.com/remix-run/react-router - 7ac50e205bdeaea30ad097c02953d8872fa6e937 authored about 5 years ago
add more detail to useRouteMatch hook documentation (#7009)

github.com/remix-run/react-router - 6670787a40047521d5a3826756844b95f9d2c5dc authored over 5 years ago
Make react-router exports explicit

github.com/remix-run/react-router - e951e1d78edacbdf72c458e97938f92da3a43512 authored over 5 years ago
Update authors fields

github.com/remix-run/react-router - 5be2d9039e9fef46caaf5d7119e5144f1b7d214b authored over 5 years ago
Fix failing tests

github.com/remix-run/react-router - 6df8d4979c2560b3e80263396f529e2f3c15d3ac authored over 5 years ago
Use json instead of json5

github.com/remix-run/react-router - a418205092d467a4a4a38b192d853206dd0c52a6 authored over 5 years ago
Do not Prettify build output

github.com/remix-run/react-router - 46701dc1450582979dd63311ca31dce55223b6a4 authored over 5 years ago
Revert "Remove husky"

This reverts commit ad340b64989997775f111c11b438187bdf5ab176.

github.com/remix-run/react-router - 7fab548bc29bbc42fa2a354c113b3f1bd74da936 authored over 5 years ago
Update ESLint configs and fix warnings/errors

github.com/remix-run/react-router - f466c8c4156b6fcdb6baf4fcc723758f7eceeb4b authored over 5 years ago
Use .js extension for all relative imports

github.com/remix-run/react-router - 7a9170d759af1a02a473d631f411459aeaa562c2 authored over 5 years ago
Remove husky

So it doesn't change files out from under us right before committing
stuff. Super annoying.

github.com/remix-run/react-router - ad340b64989997775f111c11b438187bdf5ab176 authored over 5 years ago
Update all badge URLs

github.com/remix-run/react-router - 7ebdbfd86980330a3e27ee8d21ffb468d755674b authored over 5 years ago
Update build link and badge

github.com/remix-run/react-router - 3f0d405915366715982401228c73eae0128e71ba authored over 5 years ago
Update build link

github.com/remix-run/react-router - 3fb73427d903bb3121a4226117862cd0faa526c3 authored over 5 years ago
Remove react-router-native moduleNameMapper in root

None of the other packages use RRN in any of their tests, so we don't
need this.

github.com/remix-run/react-router - f229c6e2e44b2c957ea34994320058458801bb2f authored over 5 years ago
Update website deploy key

github.com/remix-run/react-router - a05f50a12d5b7477248c8697cfe4bcb2e7910a3c authored over 5 years ago
Simplify Jest config

github.com/remix-run/react-router - 514b536bc336e4b2580f57268c431488364b0707 authored over 5 years ago
Merge branch 'build-setup' of https://github.com/Andarist/react-router into Andarist-build-setup

github.com/remix-run/react-router - a89ed8b93c184cc2f4d419aea3459bebbc5eb65a authored over 5 years ago
fix typo (#6988)

I think `useRouterMatch` should be `useRouteMatch` here

github.com/remix-run/react-router - 0989d26a721c0739d4ec5e9bac21b7904f6ac721 authored over 5 years ago
Move commentary into comment

github.com/remix-run/react-router - ab0f124e187261249efdb636856d3d10f2036200 authored over 5 years ago
Simplify animation example

github.com/remix-run/react-router - be6c8c8cb9b10806603d6d97d29f77faa5059055 authored over 5 years ago
Eliminate more floating <Route>s

Also, added a useQuery hook, which I imagine a lot of people will find
useful.

github.com/remix-run/react-router - 1383e89eb0117808030084083f9211dadd0787ea authored over 5 years ago
Merge branch 'master' into website

github.com/remix-run/react-router - d20aab291d8b4fbccc7e11733ea53a6a47eb5913 authored over 5 years ago
Update examples and docs to use hooks API (#6976)

github.com/remix-run/react-router - 78171da4fe0b410fc367d539d99d02156ecdb004 authored over 5 years ago
Update hooks.md (#6977)

github.com/remix-run/react-router - 25d0ba787687775c077b0cccf3fc1cd04ef42af1 authored over 5 years ago
Add changelog generator

github.com/remix-run/react-router - 0fc680e63094a1dd2f5649843bdda8fdc11d0b36 authored over 5 years ago
Updated imports in hook examples to fix breaking layout (#6975)

github.com/remix-run/react-router - 89f758a01475dc2c945a5d65898b09d976b89f38 authored over 5 years ago
Small tweaks to Travis config

github.com/remix-run/react-router - 911a07cee48ba42fcf69f52936969ef42d8141b9 authored over 5 years ago
Run tests in parallel

github.com/remix-run/react-router - 7dbfe4c8c35aad35dbe138c2221c3ac10727fb02 authored over 5 years ago
Revert "Add explicit Test stage"

This reverts commit e5ba32d3747217e985a8a266bd3474b9a32a1960.

github.com/remix-run/react-router - 5bab1694d0bf058e5859926776114aa62bcd52fd authored over 5 years ago
Add explicit Test stage

github.com/remix-run/react-router - e5ba32d3747217e985a8a266bd3474b9a32a1960 authored over 5 years ago
Remove prepublishOnly scripts from each package (done on master)

github.com/remix-run/react-router - 1cc2e1c1e7c5bdbcc3025c6d1e083879a991b892 authored over 5 years ago
Remove upward rootMode from website config as it is not handled through central config

github.com/remix-run/react-router - 4eaeeb8951f39321166459fc14cda9d145179a76 authored over 5 years ago
Merge branch 'master' into build-setup

# Conflicts:
# package.json
# packages/react-router-config/package.json
# packages/react-router-...

github.com/remix-run/react-router - 317e35733154c6dfe755f4a87a39347bddc1e9cd authored over 5 years ago
Fix react native test setup (reworked jest configs)

github.com/remix-run/react-router - 3a924dbbb68ce567fb2a6cf45a55de2c6b1ffeb8 authored over 5 years ago
Keep web examples in react-router-dom package root

github.com/remix-run/react-router - 1b4d11269baf2b79ee49ef7070994f4e3a43fa66 authored over 5 years ago
Fix code example in testing guide (#6963)

Fix a duplicated variable definition and missing one in a testing guide code example.

github.com/remix-run/react-router - f1358a645193c5382d951ba5b183a7bad06b7352 authored over 5 years ago
Use JSX for code block (#6966)

To get syntax highlighting

github.com/remix-run/react-router - a440abd8a6310704f253e81b33975b7f6545ac9c authored over 5 years ago
Fix recursive example (#6957)

* Fix recursive example

params.id comes back as string when you navigate

* use simplified ...

github.com/remix-run/react-router - ff04a4bca25fdc9ed7b437f44b4909348a266cd0 authored over 5 years ago
Use "stale" label instead of "wontfix"

github.com/remix-run/react-router - 8a38cd0d047fa6a7ba66ec37b6a7a78998059ac2 authored over 5 years ago
Remove extra space before the ellipsis (#6956)

github.com/remix-run/react-router - 87dea3ac95685242349bf08e65d3fda6950112d7 authored over 5 years ago