Front end
Front-end development is the process of producing HTML, CSS, and JavaScript for web application visuals and interactions.
Here are 7,520 public repositories matching this topic...
PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple
-
Updated
Sep 16, 2020
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
-
Updated
Sep 18, 2020 - TypeScript
Manually curated collection of resources for frontend web developers.
-
Updated
Aug 18, 2020
-
Updated
Sep 19, 2020
A high quality UI Toolkit built on Vue.js 2.0
-
Updated
Sep 9, 2020 - Vue
The tiny framework for building hypertext applications.
-
Updated
Sep 18, 2020 - JavaScript
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),3000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Sep 17, 2020 - JavaScript
DNS preanalyze
DNS preanalyze is a way to reduce DNS analyze time:
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link rel="dns-prefetch" href="http://www.baidu.com" />
-
Updated
Sep 19, 2020 - Vue
Build, distribute and collaborate on components.
-
Updated
Sep 19, 2020 - TypeScript
-
Updated
Sep 19, 2020 - JavaScript
Functional css for humans
-
Updated
Jul 25, 2020 - CSS
Marko Version: 4.18.4
Details
I use some facebook markup that I let facebook parse from DOM:
<fb:login-button
auto-logout-link="false"
button-type="continue_with"
size="large"
scope="public_profile,email"
use-continue-as="true">
</fb:login-button>
In my onMount I then let the facebook API do it's thing with th
Material Design for Bootstrap - Powerful and free UI KIT for Bootstrap 4
-
Updated
Aug 6, 2020 - CSS
Monkey testing library for web apps and Node.js
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Aug 29, 2020
Minimalistic but perfect custom scrollbar plugin
-
Updated
Sep 16, 2020 - JavaScript
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
As we have created composable for UI helpers (ref: DivanteLtd/vue-storefront#4853), would be nice to create a composable that handles the UI state (useUiState) that currently is as a separated file ui-state.ts
Growth Engineering: The Definitive Guide。全栈增长工程师指南
-
Updated
Jan 14, 2018 - HTML
The Backbone Framework
-
Updated
Sep 4, 2020 - JavaScript
GitHub最全的前端资源汇总仓库(包括前端学习、开发资源、求职面试等)
-
Updated
Aug 27, 2020 - PHP
This is frequently asked question about the cascader component. Adding a FAQ section would help more users who have the same problem.
The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.
-
Updated
Oct 21, 2017 - JavaScript
An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
-
Updated
Aug 6, 2020 - JavaScript
- Wikipedia
- Wikipedia


Version
2.6.11
Reproduction link
https://jsfiddle.net/hgaL8t5n/
Steps to reproduce
Use translate=no in a template
What is expected?
template=no to be rendered in the HTML
What is actually happening?
translate=translate is being rendered instead
You can use devtools to inspect the rendered HTML in the reproducible