Skip to content

Instantly share code, notes, and snippets.

@jimthedev
Created January 21, 2020 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimthedev/1e0f9131a469db137e28133f29ffe0be to your computer and use it in GitHub Desktop.
Save jimthedev/1e0f9131a469db137e28133f29ffe0be to your computer and use it in GitHub Desktop.
the rules of react table's plugin system

They are reducers. Unlike other places, don't return existing state. Return undefined, unless something actually changed. Any action can be handled by all other plugins. No way for one plugin to block another.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment