Core
Reaction is a Meteor application that imports a core group of plugins providing functionality for creating, connecting, and managing:
- user profiles
- user sessions
- cart and checkout
- products, variants
- tag taxonomy
- inventory events
- payments
- tax methods
- shipping methods
- checkout
- order fulfilment
- notifications
- logging
- localization
- internationalization
- permissions
- react components
The core plugins are extended with additional included, but optional plugins that provide specific functionality such as:
- payment providers
- shipping providers
- tax providers
- connectors
- analytics
- inventory handling
Custom plugins can be added to replace or extend any included plugin.