Announcing Sencha ExtReact 6.6.1 with React 16.5 Support
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:
- Follow the Getting Started guide and reinstall npm packages for your existing ExtReact 6.6 apps
- Read the upgrade guide to update your existing ExtReact apps
Try ExtReact 6.6.1:
- Download the ExtReact free 30-day trial
- Read the ExtReact 6.6 Grid Tutorial to learn how to add the Grid component to your React application
- Download ExtReact examples from github and read the ExtReact guides
- View the ExtReact Kitchen Sink examples and Conference App on any device
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.
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:
“@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.
We’re excited to announce the official release of Rapid Ext JS 1.0, a revolutionary low-code…
The Sencha team is pleased to announce the availability of Sencha Architect version 4.3.6. Building…
Sencha, a leader in JavaScript developer tools for building cross-platform and enterprise web applications, is…