随笔分类 - UI
摘要:原文:https://www.wiley.com/legacy/compbooks/graham/html4ed/appb/mimetype.html asp.net mvc file contenttype Here's a list of ContentTypes that you can us
阅读全文
摘要:vue+axios实现文件下载 功能:点击导出按钮,提交请求,下载excel文件; 第一步:跟后端童鞋确认交付的接口的response header设置了 以及返回了文件流。 第二步:修改axios请求的responseType为blob,以post请求为例: axios({ method: 'po
阅读全文
摘要:Tutorial: Intro to React This tutorial doesn’t assume any existing React knowledge. Tip This tutorial is designed for people who prefer to learn by do
阅读全文
摘要:Add React to a Website React has been designed from the start for gradual adoption, and you can use as little or as much React as you need. The majori
阅读全文
摘要:官网地址:http://sass.bootcss.com/ Sass(Syntactically Awesome Stylesheets) Sass 是成熟、稳定、强大的 CSS 扩展语言。 特征 兼容 CSS 语法 Sass 完全兼容个版本的 CSS 语法。我们对语法兼容严格把控,你可以放心的使用
阅读全文
摘要:原文链接:How to Use Sass and Styled Components in a React JS Application
阅读全文
摘要:官网链接:https://yarnpkg.com/lang/en/ 特性 Ultra Fast. Yarn caches every package it downloads so it never needs to download it again. It also parallelizes o
阅读全文
摘要:blog:JavaScript Module Systems Showdown: CommonJS vs AMD vs ES2015 官网链接: Modules 官网链接:Hot Module Replacement(概念) 官网链接:Hot Module Replacement(API) Modu
阅读全文
摘要:原文链接:Let’s build a full stack MongoDB, React, Node and Express (MERN) app github源码地址:jelorivera08/react_fullstack from being a Front End Developer to
阅读全文
摘要:原文链接:Using React in Visual Studio Code 原文链接:Live edit and debug your React apps directly from VS Code — without leaving the editor github源码示例:microsof
阅读全文
摘要:原文连接 历史 React是一个用于构建Web应用程序UI组件的JavaScript库。 React由Facebook维护,许多领先的科技品牌在其开发环境中使用React。 React被Facebook,Uber,Netflix,Twitter,Udemy,Paypal,Reddit,Tumblr,
阅读全文
摘要:Introducing JavaScript objects
阅读全文
摘要:Bitwise operators
阅读全文
摘要:Inheritance and the prototype chain
阅读全文
摘要:Expressions and operators
阅读全文
摘要:问答原文:How do JavaScript closures work?
阅读全文
摘要:原文链接:A re-introduction to JavaScript (JS tutorial) Why a re-introduction? Because JavaScript is notorious for being the world's most misunderstood pro
阅读全文
摘要:原文链接1:How to Connect to an API with JavaScript 原文链接2:How to Use the JavaScript Fetch API to Get JSON Data
阅读全文
摘要:browserify webpack Grunt Grunt
阅读全文