Sencha Ext JS 7.7 is Here – Discover What’s New and Exciting – LEARN MORE

Announcing Sencha ExtReact 6.6.1 with React 16.5 Support

September 11, 2018 106 Views
Show

We’re excited to announce the release of ExtReact 6.6.1 with support for the latest React framework version 16.5 and Babel 7.

Download ExtReact

ExtReact Customers:

Try ExtReact 6.6.1:

Ext JS Customers:

  • You have access to ExtReact packages hosted on Sencha’s private npm registry. Read the Getting Started guide and build your React apps with ExtReact components

Note: npm requires you to replace @ in login with “..”. For example, if your login to the support portal is firstname.lastname@sencha.com, your login to the npm registry will be firstname.lastname..sencha.com. You can use your existing support portal password.

Join our webinar on September 18th at 10am PDT / 1pm EDT to learn more about what’s new in ExtReact 6.6. Register Now.

What’s New in ExtReact 6.6.1

Support for React 16.5

ExtReact 6.6.1 supports React 16.5 with support for React dev tools profiler, updates to React DOM events, new scheduler and a number of bug fixes.

React’s virtual dom is known for efficiently rendering components and you can track the performance of the React apps with new React code and Chrome DevTools. You can use them to diagnose slow rendering parts of your application. In the development mode, you can visualize how components mount, update, and unmount, using the performance tools in supported browsers.

Chrome DevTools Performance of ExtReact apps

Chrome DevTools Performance of ExtReact apps

Support for Babel 7

ExtReact 6.6.1 supports Babel 7. Babel is a transpiler for JavaScript that is popular among developers for its ability to turn ES6 or ES7 into code that can run on your browsers and devices. Babel 7 is faster and comes with an upgrade tool, JavaScript configurations, configuration overrides, options for size minification, support for React’s JSX Fragments, and support for TypeScript. Update your ExtReact application with dependencies as below:“dependencies”: {

“@sencha/ext-react”: “~6.6.1”,

}
“devDependencies”: {

“@babel/core”: “^7.0.0”,
“@sencha/ext-react-babel-plugin”: “~6.6.1”,
“@sencha/ext-react-webpack-plugin”: “~6.6.1”,

Try It and Share Your Feedback

We’re looking forward to seeing the awesome web applications you create with ExtReact and look forward to reading your feedback in the ExtReact forum.

coming soon

Something Awesome Is

COMING SOON!