# React_IE8_boilerplate **Repository Path**: menhal/React_IE8_boilerplate ## Basic Information - **Project Name**: React_IE8_boilerplate - **Description**: 兼容IE8的React(anu)开发脚手架 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: ts - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 42 - **Forks**: 8 - **Created**: 2018-01-14 - **Last Updated**: 2023-07-26 ## Categories & Tags **Categories**: javascript-toolkits **Tags**: None ## README # ES6-IE8-boilerplate ECMAScript 6 入门 [http://es6.ruanyifeng.com/#docs/symbol] Integrating with Other Libraries[https://reactjs.org/docs/integrating-with-other-libraries.html] ES6 IE8兼容配置 1. class语法Object.defineProperty: babel需要是loose模式 2. 对象不支持“create”属性或方法.: babel-polyfill 3. webpack@1.15.0 webpack-dev-server@1.16.5 babel-loader@6.4.1 4. es3ify-loader (后来用es3ifyPlugin代替, 因为后者对sourcemap支持更好) 5. React Router 2.3.0支持IE8 [https://github.com/ReactTraining/react-router/tree/v2.3.0/docs]