Plug-and-Play Adapters

Ignite-Element uses adapters to seamlessly integrate with popular state management libraries like XState, Redux, and MobX. These adapters enable your web components to react to state changes, dispatch events, and maintain consistency across shared or isolated state contexts.


What Are Adapters?

Adapters in Ignite-Element act as a bridge between your state management library and your web components. They enable your components to:

  • React to state changes.

  • Dispatch events to update the state.

  • Maintain consistency across shared or isolated state contexts.

With Ignite-Element, you can choose the state management library that best suits your project’s needs and plug it into your components using the corresponding adapter.


Benefits of Adapters

  • Flexible State Management: Without changing your component logic, you can use your preferred state management library (e.g., XState, Redux, or MobX).

  • Boilerplate Reduction: Adapters abstract the complexity of managing state transitions, allowing you to focus on rendering logic.

  • Shared and Isolated State: Choose between a global shared state for all component instances or an isolated state for individual components.

  • TypeScript Support: Ignite-Element provides strong type safety, ensuring a reliable integration experience.

  • Scalability: By managing state externally through adapters, you can scale your application without coupling state logic to your components.


Why Use Ignite-Element Adapter?

Adapters in Ignite-Element simplify the integration of state management into your web components:

  • Strong TypeScript Support: Ensures type safety and reduces runtime errors.

  • Flexibility: Choose the state management library that suits your project.

  • Shared and Isolated State: Define components that share a state globally or maintain their own independent state.

Last updated