sencha / ext-react

Sencha ExtReact
https://www.sencha.com/products/extreact
Other
91 stars 39 forks source link

reactify not found in @sencha/ext-react-classic #671

Open slartus opened 3 years ago

slartus commented 3 years ago

how to reactify exists components?

L3P3 commented 3 years ago

Just in case you have not googled it:

https://www.sencha.com/blog/the-ext-js-reactor-use-your-favorite-ext-js-components-inside-react/

slartus commented 3 years ago

I tried to google and found https://docs.sencha.com/extreact/7.3.0/guides/application_architecture/guide_for_extjs_customers.html

npm install --save @sencha/ext-react

`import { reactify } from '@sencha/ext-react';

const MyGrid = Ext.define('MyPackage.view.MyGrid', { extend: 'Ext.grid.Grid', ... })

export default reactify(MyGrid);`

but @sencha/ext-react not found in npm. may be it need payed account. And i not found how to get trial access

L3P3 commented 3 years ago

@slartus sorry but I am out of ExtJS for better. Please ask in sencha's forums or when you have a license, please ask customer support. I am sure that they will not answer your questions here.