Framework Adapters
Framework Adapters (or simply Adapters) are thin wrappers around the core package @jsoc/grid-core.
They expose similar API as the core package but use the native state management and rendering logic of their own framework.
Adapters lays the foundation for building plugins. Learn more about plugins here.
Available Adapters
Currently adapters are available for the following frameworks.
Click any card to read its documentation, or use the GitHub and npm icons at the top of the card to view its source code and package.
React
Vanilla
Vue
Custom Adapter
If your preferred framework is not listed, you can easily build your own adapter in your codebase.
Since adapters are lightweight wrappers around core package @jsoc/grid-core, you only need to
connect the core logic with your framework’s state management and rendering lifecycle.
Browse the source code of available adapters to learn how they are implemented.