Giter Site home page Giter Site logo

react-lesson's Introduction

组件开发日记

Icon

  • svg图标使用 svg-sprite-loader加载
  • react组件内部没内容,标签推荐使用XML形式 ,而不是使用HTML形式
  • /* 只能匹配1.js 2.js和b文件夹,无法匹配b文件夹下的文件。 include:[/**/*]可以配置a文件下下所有的文件
  • 使用importAll文件批量导入svg文件
  • tree-shaking,例如lodash,我们只使用其中两个功能,其他的功能就不会打包进去。 静态引入import可以使用tree-shaking,importAll动态引入无法使用tree-shaking a |_ 1.js |__2.js |__b |__3.js |__4.js

react-lesson's People

Contributors

qietubaby avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.