grapesjs-react
grapesjs-react copied to clipboard
Can you create React components?
Is it possible to develop custom components with React, to use Hooks like useState, useEffect and useContext?
Is it possible to develop custom components with React, to use Hooks like useState, useEffect and useContext?
I have no idea how to implement custom components for GrapesJS using React hooks right now. However, using JSX to creating custom components might be possible. What do you think?
In theory it works for static components, but for example if we want to develop components that bring you information, for example about a product, or information
In theory it works for static components, but for example if we want to develop components that bring you information, for example about a product, or information
I have not used this library for years. If you have an idea, please contribute to this lib by opening a pull request. I'll review, test and merge and submit new version for new feature.
Thank you