Aug SEP Oct
07
2019 2020 2021
success
fail

About this capture

COLLECTED BY

Organization: Internet Archive

Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.

Collection: github.com

TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20200907230451/https://github.com/topics/javascript
 
Skip to content  

Register, vote, and volunteer to make an impact during U.S. 2020 elections.  Learn more.  






Sign up  





Why GitHub?  
Features   

Code review

Project management

Integrations

Actions

Packages

Security

Team management

Hosting

Mobile
 


Customer stories 

Security 
 


Team  

Enterprise  

Explore  


Explore GitHub 
 

Learn & contribute



Topics

Collections

Trending

Learning Lab

Open source guides
 

Connect with others



Events

Community forum

GitHub Education

GitHub Stars program
 


Marketplace  

Pricing  
Plans   

Compare plans

Contact Sales
 


Nonprofit 

Education 
 







  • No suggested jump to results


Sign in   Sign up  







{{ message }}
 




Explore  Topics  Trending  Collections  Events  GitHub Sponsors  
Get email updates  





#  

JavaScript  




Star  







javascript logo


JavaScript (JS) is a lightweight interpreted or JIT-compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles.
 

Here are  172,728 public repositories  matching this topic...  


Language:  All  
Filter by language  

All  172,728   JavaScript  104,400   HTML  24,136   CSS  11,746   TypeScript  8,994   PHP  3,948   Vue  2,639   Java  2,368   Python  2,102   Ruby  675   C#  667  
Sort:  Best match  
Sort options  

Best match   Most stars   Fewest stars   Most forks   Fewest forks   Recently updated   Least recently updated  
freeCodeCamp


freeCodeCamp  /   freeCodeCamp  



Star   







freeCodeCamp.org's open source codebase and curriculum. Learn to code at home.
 

react   nodejs   javascript   d3   teachers   community   education   programming   curriculum   math   freecodecamp   learn-to-code   nonprofits   careers   certification  



Updated  Sep 7, 2020  

JavaScript  






vuejs  /   vue  



Star   







Open  

isBooleanAttr for the HTML attribute 'translate'  



3






EtienneBruines   commented  May 13, 2020  

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

Read more  




good first issue  has PR  improvement  





Open  

Allow BigInt usage in templates  



8

Open  

Wrong definition of the type AsyncComponentFactory  



3

Find more good first issues   





facebook  /   react  



Star   







Open  

Setup CI infra to run DevTools tests against multiple React versions  








bvaughn   commented  Jul 15, 2020  


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

Read more  




Component: Build Infrastructure  Component: Developer Tools  good first issue  





Open  

DevTools: Improve browser extension iframe support  



23

Open  

Unexpected warning when hydrating with portal and SSR  



24

Find more good first issues   


bootstrap


twbs  /   bootstrap  



Star   







The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
 

javascript   css   html   sass   bootstrap   scss   css-framework  



Updated  Sep 7, 2020  

JavaScript  






getify  /   You-Dont-Know-JS  



Star   







A book series on JavaScript. @YDKJS on twitter.
 

javascript   education   programming   es6   async   book   book-series   es2015   learn-to-code   training-providers   closures   prototypes   training-materials  



Updated  Sep 6, 2020  






airbnb  /   javascript  



Star   







JavaScript Style Guide
 

javascript   styleguide   eslint   es6   style-linter   linting   style-guide   es2015   naming-conventions   arrow-functions   es2017   es2016   tc39   es2018  



Updated  Sep 6, 2020  

JavaScript  



electron


electron  /   electron  



Star   







Open  

Can't close browser window when detached devtools window is opened (electron 10)  



6






Treverix   commented  Aug 18, 2020  

Preflight Checklist



 I have read the [Contributing Guidelines](https://github.com/electro


Read more  




10-x-y  bug 🐞  good first issue  platform/windows  





Open  

webContentss will-prevent-unload event is helpless for true use



3

Open  

setZoomLevel updates multiple windows' zoom level  



4

Find more good first issues   


javascript-algorithms


trekhleb  /   javascript-algorithms



Star   







📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
 

javascript   computer-science   algorithm   algorithms   interview   data-structures   interview-preparation   javascript-algorithms  



Updated  Sep 7, 2020  

JavaScript  






axios  /   axios  



Star   







Promise based HTTP client for the browser and node.js
 

nodejs   javascript   promise   http-client  



Updated  Sep 3, 2020  

JavaScript  






nodejs  /   node  



Star   







Open  

src: audit and fix shift-into-sign-bit bugs  



4






bnoordhuis   commented  Aug 18, 2020  

$ git grep -n  '<< 24' src/
src/base64.h:88:        unbase64(src[i + 0]) << 24 |
src/cares_wrap.cc:83:  return static_cast<uint32_t>(p[0] << 24U) |
src/node_sockaddr.cc:305:  uint32_t check = ptr[0] << 24 | ptr[1] << 16 | ptr[2] << 8 | ptr[3];
src/util-inl.h:51:  (((x) & 0xFF) <<24) |                                                      \
src/util-inl.h:61:  (((x) & 0x0000000000FF0000ul

Read more  




C++  good first issue  





Open  

document http.OutgoingMessage  



16

Open  

A possible TODO list for new (or current) contributors  



2

Find more good first issues   





justjavac  /   free-programming-books-zh_CN  



Star   







📚 稿
 

react   javascript   android   kotlin  python   swift   pdf   ios   angular   react-native   programming   books   vue  free  



Updated  Sep 4, 2020  






denoland  /   deno  



Star   







Open  

Slight mismatch between crate::colors and rt/colors  



3






caspervonb   commented  Sep 5, 2020  


Minor but seems that crate::colors use the bright variants where-as our rt utils use the regular colors.

Screenshot 2020-09-04 at 12 58 01 PM
Read more  




bug  cli  good first issue  





Open  

feat(std/node/process): request for stdin, stdout, stderr [$20 bounty]  



2

Open  

TOML Parser cannot parse inline arrays of inline tables  



12

Find more good first issues   


angular


angular  /   angular  



Star   







Open  

Simple Docs for angular cli command | Routing  



2






ChaitanyaBabar   commented  Aug 14, 2020  

📚 Docs or angular.io bug report

Description


Hi All,

The documentation for creating feature mo

Read more  




comp: docs  good first issue  





Open  

Explain the newEvent helper function used in the live example of Testing docs  



13




microsoft  /   TypeScript  



Star   







Open  

Bad completions for string literal type as indexed access type object  



4






DanielRosenwasser   commented  Aug 30, 2020  


Found while reading over #39697

let x: ""["bar"]


Request completions inside of "" and you'll get the names of every propery on String. What's happening is that we're not checking to see if the current string literal type is the argument type (as opposed to the object type itself).

Learning how this works might be a bit involved, but the fix is easy: add fourslash tests, ad

Read more  




Bug  Domain: Completion Lists  good first issue  help wanted  





Open  

Better errors when using properties/methods from newer versions of ECMAScript  



1

Open  

Provide a quick fix to add missing enum member  



4

Find more good first issues   


three.js


mrdoob  /   three.js  



Star   







JavaScript 3D library.
 

javascript   svg   webgl   html5   canvas   augmented-reality   webaudio   virtual-reality   webgl2   3d   gitter-badge   badge-url   devdependencies-badge   webxr  



Updated  Sep 7, 2020  

JavaScript  



30-seconds-of-code


30-seconds  /   30-seconds-of-code  



Star   







Open  

Add streaming http response snippet  



5






Priyansh2001here   commented  Aug 18, 2020  


Its not a issue but its a feedback , Include one line code to deal with streaming http response

Read more  




good first issue  help wanted  opinions needed  



material-ui


mui-org  /   material-ui  



Star   







Open  

[Stepper] Add slight transition  



3






Floriferous   commented  Aug 18, 2020  


I'm not sure what the policy on css transitions is in this repo, but here's a suggestion.

I noticed that color transitions on the StepIcon component are instantaneous, even though the entire component is quite animated and fluid. The StepIcon goes through several colors (default -> active -> completed), and I believe a simple transition: color 300ms ease; already adds quite a bit more style

Read more  




component: Stepper  enhancement  good first issue  





Open  

Transition is "appearing" by default and the documentation says that it is false as default  



6

Open  

[BottomNavigation] Link docs  



8

Find more good first issues   





webpack  /   webpack  



Star   







A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
 

javascript   web-performance   webpack   web   es6   compiler   commonjs   amd   es2015   plugins   javascript-compiler   build-tool   loaders   module-bundler   esm   javascript-modules  



Updated  Sep 7, 2020  

JavaScript  



storybook


storybookjs  /   storybook  



Star   







Open  

Creating angular project with no initial app throws sb init error  



1






AlokTakshak   commented  Aug 16, 2020  


Describe the bug
Creating angular project with no initial app throws sb init error
 Detecting project type. 
 Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined

To Reproduce
Steps to reproduce the behavior:


(一)ng new ng-ui --create-application=false

(二)cd ng-ui

(三)ng g lib button -p ui

(四)npx -p @storybook/cli sb


Read more  




app: angular  bug  cli  good first issue  





Open  

Addon Actions should have 'new actions' indicator on the addons toolbar tab  



3

Open  

Deque's Axe Plugin catches WCAG violations in base storybook boilerplate  



4

Find more good first issues   





atom  /   atom  



Star   







:atom:The hackable text editor
 

electron   javascript   atom   editor  windows   macos   linux  



Updated  Sep 7, 2020  

JavaScript  






goldbergyoni  /   nodebestpractices



Star   







 The Node.js best practices list (August 2020)
 

nodejs   javascript   testing   npm   styleguide   express   microservices   rest   mocha   types   eslint   es6   jest  style-guide   best-practices   expressjs   chai   node-js   nodejs-development  



Updated  Sep 1, 2020  

JavaScript  






chartjs  /   Chart.js  



Star   







Simple HTML5 Charts using the <canvas> tag
 

javascript   chart   html5   canvas   graph   html5-charts  



Updated  Sep 7, 2020  

JavaScript  






expressjs  /   express  



Star   







Fast, unopinionated, minimalist web framework for node.
 

nodejs   javascript   express   server  



Updated  Aug 30, 2020  

JavaScript  






ElemeFE  /   element  



Star   







A Vue.js 2.0 UI Toolkit for Web
 

javascript   components   vuejs   vue  vue-components   ui-kit   element-ui  



Updated  Sep 7, 2020  

Vue  






h5bp  /   html5-boilerplate  



Star   







A professional front-end template for building fast, robust, and adaptable web apps or sites.
 

javascript   css   html   html5   best-practices   robust   html5-boilerplate  



Updated  Sep 7, 2020  

JavaScript  






lodash  /   lodash  



Star   







A modern JavaScript utility library delivering modularity, performance, & extras.
 

javascript   modules   utilities   lodash  



Updated  Sep 7, 2020  

JavaScript  



Front-End-Checklist


thedaviddias  /   Front-End-Checklist  



Star   







🗂 The perfect Front-End Checklist for modern websites and meticulous developers
 

javascript   css   html   lists   checklist   web-development   frontend   reference   resources   guidelines   front-end-development   front-end-developer-tool  



Updated  Aug 23, 2020  






meteor  /   meteor  



Star   







Meteor, the JavaScript App Platform
 

nodejs   javascript   npm   framework  mongodb   meteor   reactive-programming   build-system   zero-configuration   uninstall-meteor  



Updated  Sep 6, 2020  

JavaScript  



ionic-framework


ionic-team  /   ionic-framework  



Star   







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  Sep 4, 2020  

TypeScript  






ryanmcdermott  /   clean-code-javascript  



Star   







🛁 Clean Code concepts adapted for JavaScript
 

javascript   best-practices   clean-code   composition   inheritance   clean-architecture   principles  



Updated  Sep 6, 2020  

JavaScript  







Created by Brendan Eich  

Released December 4, 1995  


Website  

developer.mozilla.org/en-US/docs/Web/JavaScript  

Wikipedia  

Wikipedia  

Related Topics  

nodejs  

js13kGames competition



Event

js13kGames competition  


August - September 2020  Online  









Product



Features

Security

Team

Enterprise

Customer stories

The ReadME Project

Pricing

Resources

Roadmap
 


Platform



Developer API

Partners

Atom

Electron

GitHub Desktop
 


Support



Help

Community Forum

Professional Services

Learning Lab

Status

Contact GitHub
 


Company



About

Blog

Careers

Press

Social Impact

Shop
 







Twitter  

Facebook  

YouTube  

LinkedIn  

GitHub  



© 2020 GitHub, Inc.

Terms

Privacy

Site Map

What is Git?
 



You cant perform that action at this time.  

You signed in with another tab or window. Reload to refresh your session.  You signed out in another tab or window. Reload to refresh your session.