Can I use redux in js plug-in? #4094
Answered
by
markerikson
Angry-Sparrow
asked this question in
Help
-
Recently, I need to write a plug-in with status. |
Beta Was this translation helpful? Give feedback.
Answered by
markerikson
May 25, 2021
Replies: 1 comment 1 reply
-
Redux itself is a plain JS library, so yes, you can. It won't "affect" anyone, but it is up to you to make sure the code you write and package has all the dependencies needed to run your own code. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Angry-Sparrow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Redux itself is a plain JS library, so yes, you can. It won't "affect" anyone, but it is up to you to make sure the code you write and package has all the dependencies needed to run your own code.