-
I'm maintaining a legacy project and preparing to migrate from redux to RTK. My web SPA is running in CEF, which uses Chrome 49. |
Beta Was this translation helpful? Give feedback.
Answered by
phryneas
Jan 26, 2024
Replies: 1 comment 3 replies
-
If you are targeting a legacy browser, you will probably add transpilation for your libraries as well as some polyfills to your stack. At that point you could also use RTK 2. The only feature that we use that cannot be transpiled away/polyfilled are Proxies, but those are already supported since Chrome 49. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have no idea.
Chrome 49 is an 8 year old browser that was already outdated when RTK entered alpha five years ago and we definitely are not trying to support that target, but RTK 1 did support IE, so maybe it will.
That said, with a target like that you should really use modern dependencies and transpile them - otherwise you will end up with a completely weird stack of unsupported legacy versions of dependencies (we won't ship any updates for RTK 1 anymore!).