Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Redux #64

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Added Redux #64

wants to merge 4 commits into from

Conversation

codeasashu
Copy link

I've replaced moox package with plain react-redux so that anyone can easily extend this package if they desire.

I've also cleaned the code along:

  • remove unnecessary/unused lines
  • Replaced underscore with lodash
  • Few bugfixes

Removed clutter
Fixed bugs
@lin-mt
Copy link

lin-mt commented Jul 30, 2021

Can you rewrite this project with React 17 and typescript? I'm a backend developer and need this tool, but I can't rewrite it.

@codeasashu
Copy link
Author

@lin-mt I am doing exactly that. See https://github.com/codeasashu/react-openapi-designer

Currently, its WIP and missing a lot of things, but I am taking inspiration from stoplight.io to take designing one step forward.

@lin-mt
Copy link

lin-mt commented Jul 31, 2021

@lin-mt I am doing exactly that. See https://github.com/codeasashu/react-openapi-designer

Currently, its WIP and missing a lot of things, but I am taking inspiration from stoplight.io to take designing one step forward.

Great ! Do you have any plans to release the first version? I'm looking forward to it!

@lin-mt
Copy link

lin-mt commented Sep 4, 2021

can not use redux, when I need two editors, change one and the other will change, is there a solution

@codeasashu
Copy link
Author

@lin-mt Yes there are:

  1. Use different store like mobx
  2. Use namespaced stores in redux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants