Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"workspaces": [
"packages/jarl-atoms",
"packages/jarl-react",
"packages/jarl-react-redux",
"packages/jarl-react-native",
"packages/docs"
],
"scripts": {
Expand Down
21 changes: 21 additions & 0 deletions packages/jarl-react-native/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017-2026 Randomdev Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
28 changes: 28 additions & 0 deletions packages/jarl-react-native/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# jarl-react-native

**Retired.** This package integrated the v1 line of JARL with React Native. It saw its
last release in 2022 (`1.0.0-beta.4`) and its source has since been removed from the
monorepo. This `1.0.1` publish carries no code — it exists only to mark the package
retired on npm.

JARL v2 has no dedicated React Native package. The core packages work anywhere jotai and
React run:

- [`jarl-atoms`](https://www.npmjs.com/package/jarl-atoms) — framework-agnostic routing
atoms
- [`jarl-react`](https://www.npmjs.com/package/jarl-react) — React bindings on top of
`jarl-atoms`

For documentation, guides and demos, see:

[JARL demos and documentation](https://jarl.randomdev.co.uk)

For source and issue tracking:

https://github.com/randomdevpete/jarl

## Copyright

©2017-2026 Randomdev Ltd

Distributed under MIT license. See [LICENSE.md](./LICENSE.md) for full details.
13 changes: 13 additions & 0 deletions packages/jarl-react-native/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "jarl-react-native",
"version": "1.0.1",
"description": "Retired. Superseded by jarl-react and jarl-atoms — see the README.",
"license": "MIT",
"author": "Peter Hurst",
"repository": {
"type": "git",
"url": "git+https://github.com/randomdevpete/jarl.git"
},
"homepage": "https://jarl.randomdev.co.uk",
"deprecated": "Retired: superseded by jarl-react and jarl-atoms. See https://jarl.randomdev.co.uk"
}
21 changes: 21 additions & 0 deletions packages/jarl-react-redux/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017-2026 Randomdev Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
27 changes: 27 additions & 0 deletions packages/jarl-react-redux/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# jarl-react-redux

**Retired.** This package integrated the v1 line of JARL with Redux. It saw its last
release in 2022 (`1.0.0-beta.4`) and its source has since been removed from the monorepo.
This `1.0.1` publish carries no code — it exists only to mark the package retired on npm.

JARL v2 has no Redux integration. Routing state lives in [jotai](https://jotai.org) atoms
instead:

- [`jarl-atoms`](https://www.npmjs.com/package/jarl-atoms) — framework-agnostic routing
atoms
- [`jarl-react`](https://www.npmjs.com/package/jarl-react) — React bindings on top of
`jarl-atoms`

For documentation, guides and demos, see:

[JARL demos and documentation](https://jarl.randomdev.co.uk)

For source and issue tracking:

https://github.com/randomdevpete/jarl

## Copyright

©2017-2026 Randomdev Ltd

Distributed under MIT license. See [LICENSE.md](./LICENSE.md) for full details.
13 changes: 13 additions & 0 deletions packages/jarl-react-redux/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "jarl-react-redux",
"version": "1.0.1",
"description": "Retired. Superseded by jarl-react and jarl-atoms — see the README.",
"license": "MIT",
"author": "Peter Hurst",
"repository": {
"type": "git",
"url": "git+https://github.com/randomdevpete/jarl.git"
},
"homepage": "https://jarl.randomdev.co.uk",
"deprecated": "Retired: superseded by jarl-react and jarl-atoms. See https://jarl.randomdev.co.uk"
}
Loading