You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React replaced Preact framework which Ketcher was originally based on. Preact is a lite version of React but it is far less popular and React based apps had to keep both React and Preact libs. Now their life is simplified a little bit.
However we are going to keep Ketcher as lightweight as possible in the future and will soon enhance its architecture by splitting onto 2 modules (see #196 for details) : the core part (including editor) and the UI controls which are currently based on React but may further be implemented based on any other framework (e.g. Angular) or your own custom controls.
This moment you can follow this instruction if you want switch back to Preact.
Sorry for temporary inconvenience. Hope you'll enjoy the new more modular architecture once it is implemented.
Hi @AndreiMazol ,
Thanks for the answer!
In previous versions Preact was transparent for us but now Ketcher doesn't use an iframe so React must be loaded explicitly. We will wait for the split.
Best Regards
you can use approach that bases on Iframe too. For this goal you can download this archive or (if you want to work with the latest code base) build your own package from example folder.
Hi,
We are using ketcher in our platform but we're not using React.
Is it possible to use the new 2.1 version without using React?
Thanks
The text was updated successfully, but these errors were encountered: