#
Front end
Front-end development is the process of producing HTML, CSS, and JavaScript for web application visuals and interactions.
Here are 8,589 public repositories matching this topic...
mglukhovsky
commented
Dec 13, 2020
Environment:
- macOS 11.0.1 Big Sur, on an Apple Silicon (M1) chip
- React 17.0.1
- React DevTools 4.10.1, running in standalone mode via Electron 11.1.0 (darwin-arm64 build)
- New project using create-react-app . with the useScript hook to add the <script> tag required by React DevTools.
Steps to reproduce
- Add React DevTools to a project with
npm install --save react-devtools
javascript
css
html
lists
checklist
web-development
frontend
reference
resources
guidelines
front-end-development
front-end-developer-tool
-
Updated
Dec 3, 2020
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
react
javascript
ios
angular
mobile
framework
typescript
web
ionic
pwa
vue
material-design
webcomponents
frontend
stencil
capacitor
stenciljs
-
Updated
Dec 18, 2020 - TypeScript
Manually curated collection of resources for frontend web developers.
-
Updated
Nov 27, 2020
-
Updated
Dec 23, 2020
A high quality UI Toolkit built on Vue.js 2.0
-
Updated
Dec 12, 2020 - Vue
The tiny framework for building hypertext applications.
-
Updated
Dec 7, 2020 - JavaScript
前端面试每日 3+1,以面试题来驱动学习,提倡每日学习与思考,每天进步一点!每天早上5点纯手工发布面试题(死磕自己,愉悦大家),3000+道前端面试题全面覆盖,HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……
react
nodejs
javascript
css
html
resume
front-end
node
vue
js
frontend
interview
interview-questions
frontend-interview
fe-interview
-
Updated
Dec 23, 2020 - JavaScript
nodejs
javascript
vim
bash
docker
language
programming-language
kubernetes
redis
php
vuejs
django
database
frontend
backend
xcode
cheatsheet
feathersjs
sailsjs
cheatsheets
-
Updated
Dec 12, 2020 - JavaScript
react
css
enterprise
ui-design
ui
vue
frontend
ant
antd
ant-design
vuecomponent
vue-antd
vue-antd-ui
vue3
antd-vue
-
Updated
Dec 23, 2020 - Vue
Open
DNS preanalyze
yangguansen
commented
Aug 24, 2018
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" />
Build, distribute, and collaborate on components.
react
nodejs
git
graphql
components
workflow
distributed-systems
modules
frontend
backend
reactjs
bit
collaboration
developer-tools
ui-components
javscript
reuse
-
Updated
Dec 23, 2020 - TypeScript
-
Updated
Dec 23, 2020 - JavaScript
Functional css for humans
-
Updated
Nov 1, 2020 - CSS
hedefalk
commented
Jun 27, 2019
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
2
Material Design for Bootstrap - Powerful and free UI KIT for Bootstrap 4
javascript
css
bootstrap
design
framework
ui
material
material-design
frontend
bootstrap4
google-material
ui-kit
bootstrap-4
mdbootstrap
material-design-for-bootstrap
-
Updated
Dec 9, 2020 - JavaScript
javascript
jquery
task
jquery-plugin
schedule
frontend
calendar
daily
weekly
fullcalendar
milestone
monthly
-
Updated
Dec 23, 2020 - JavaScript
Monkey testing library for web apps and Node.js
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Dec 10, 2020
Minimalistic but perfect custom scrollbar plugin
-
Updated
Nov 30, 2020 - JavaScript
pschaub
commented
Dec 8, 2020
GitHub now supports dark mode. Please change the image in the README to a transparent image.
cs01
commented
Apr 17, 2018
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
Growth Engineering: The Definitive Guide。全栈增长工程师指南
github
frontend
book
back-end
ebook
full-stack
growth
growth-hacking
phodal
repractise
free-book
freebook
fullstack
github-books
-
Updated
Jan 14, 2018 - HTML
-
Updated
Aug 27, 2020 - PHP
IonelLupu
commented
Oct 29, 2020
Reproduction link
https://stackblitz.com/edit/angular-bzybrd?file=src/app/app.component.ts
Steps to reproduce
Inside a nz-input-group with the nzCompact attribute, add a nz-select with a few options and the nzAllowClear attribute.
What is expected?
It is expected the select input to be cleared
The Backbone Framework
-
Updated
Dec 11, 2020 - JavaScript
The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.
javascript
clipboard
flash
web
movie
frontend
dom
dom-element
adobe-flash
choice
codebase
apache-flex
adobe-flex
zeroclipboard
rollover
zeroclipboard-library
-
Updated
Oct 21, 2017 - JavaScript
An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
-
Updated
Nov 5, 2020 - JavaScript
- Wikipedia
- Wikipedia

What problem does this feature solve?
It would allow us to use numbers which is larger than MAX_SAFE_INTEGER.
What does the proposed API look like?
In HTML,
{{BigInt("100")}},{{100n}},{{2n * 50n}}or{{50n + 50n}}should show "100" (it can be just simply string by using .toString()) at frontend.At the moment using BigInt in "Mustache" syntax just throw error.
Sure, backu