Skip to content

Commit

Permalink
Merge pull request #63 from igorkamyshev/feat-redux-interop-lib
Browse files Browse the repository at this point in the history
`@withease/redux`
  • Loading branch information
AlexandrHoroshih authored Dec 14, 2023
2 parents 77cc914 + 08cb9fe commit 2769175
Show file tree
Hide file tree
Showing 20 changed files with 2,229 additions and 145 deletions.
5 changes: 5 additions & 0 deletions .changeset/shy-seals-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@withease/redux': major
---

Initial release of Redux interop package for Effector
6 changes: 6 additions & 0 deletions apps/website/docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default defineConfig({
text: 'Packages',
items: [
{ text: 'i18next', link: '/i18next/' },
{ text: 'redux', link: '/redux/' },
{ text: 'web-api', link: '/web-api/' },
{ text: 'factories', link: '/factories/' },
],
Expand All @@ -57,6 +58,7 @@ export default defineConfig({
{ text: 'Get Started', link: '/i18next/' },
{ text: 'Release policy', link: '/i18next/releases' },
]),
...createSidebar('redux', [{ text: 'Get Started', link: '/redux/' }]),
...createSidebar('web-api', [
{ text: 'Get Started', link: '/web-api/' },
{
Expand Down Expand Up @@ -122,6 +124,10 @@ export default defineConfig({
text: 'Events in UI-frameworks',
link: '/magazine/handle_events_in_ui_frameworks',
},
{
text: 'Migrating from Redux to Effector',
link: '/magazine/migration_from_redux',
},
],
},
{
Expand Down
5 changes: 5 additions & 0 deletions apps/website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ features:
details: A powerful internationalization framework based on i18next
link: /i18next/
linkText: Get Started
- icon: 🪝
title: redux
details: Minimalistic package to allow simpler migration from Redux to Effector
link: /redux/
linkText: Get Started
- icon: 👩🏽‍💻
title: web-api
details: Web API bindings — network status, tab visibility, and more
Expand Down
Loading

0 comments on commit 2769175

Please sign in to comment.