Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.44k stars 1.99k forks source link

Reduxify: lib/invites #24149

Closed jsnajdr closed 3 years ago

jsnajdr commented 6 years ago

Three stores that track the list of site invites and the REST requests to accept or create an invite. They use ImmutableJS, which makes them an interesting target.

Used at 6 places when accepting or sending an invite.

flootr commented 3 years ago

Done 🎉 there's a few actions and constants left which are used/listened to by lib/user and should be removed/refactored as part of the work there or follow-up.