atlassian / react-sweet-state

Shared state management solution for React

Home Page:https://atlassian.github.io/react-sweet-state/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New major

albertogasparin opened this issue · comments

It has been a long time since last RSS major and there are a few small API changes/cleanups that we'd like to finally get done:

  • Drop React 16 support
  • Drop Edge 18 support
  • Drop Flow support
  • Pass scope and isGlobal to actions containerProps (and fix types)
  • Remove actions from actions API

Hey @albertogasparin
Working on this issue and raised WIP PR here
I have few questions

Can you explain

  1. Pass scope and isGlobal to actions containerProps (and fix types)
  2. Remove actions from actions API
    may be little context regarding changes.

Hey @rajanlagah, thanks for taking a stab at cleaning up things to prepare for the next major. Unfortunately, this is not ready to go yet, as we still need to support React 16 in some of RSS consumers, so this just here as a reminder bit won't be actionable until Jan-Apr 2024 😢