GithubHelp home page GithubHelp logo

candy4290 / mit-react-cli Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 9.49 MB

react脚手架(生成react18,ts,redux,craco,react-router-dom6.x,懒加载,ahooks,axios,代理,多环境,husky,antd的基础项目结构)

JavaScript 53.59% Shell 1.35% HTML 6.19% Less 12.47% TypeScript 26.40%
react react-cli

mit-react-cli's Introduction

Hi there 👋 I'm Xiaoxiang .

前端工程师,现居上海。热衷于写出更简洁有意思的代码。

👨‍💻 主要使用 React、TypeScript、openlayer 相关技术进行日常开发工作。
✍️ 正在在学习 nodejs、three.js。
🤩 热爱开源,喜欢探索 Github 上有趣项目。

Anurag's GitHub stats

mit-react-cli's People

Contributors

candy4290 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

mit-react-cli's Issues

开发环境热更新失败

原因是craco.config.js设置了client:false。如果只是想关闭overlay,craco现在有bug,见下文。
暂时可以考虑去除client:false配置,如果想关闭overlay,可以通过css方式将overlay设置为display:none.
#webpack-dev-server-client-overlay {
display: none;
}
参考:dilanx/craco#501

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.