Top 23 JavaScript JavaScript Projects
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
Project mention: What's available for creating Dart web (not Flutter Web!) application? | reddit.com/r/dartlang | 2021-02-28A typical Vue application, for example, is too dynamic.
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
Project mention: I just finished my first 'good' looking Landing Page for a documentation. (agile-ts.org) | reddit.com/r/webdev | 2021-02-27Stack: - React - docusaurus - TypeScript - AgileTs - CSS Modules (before styled-components)
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
Bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
twbs/bootstrap - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
-
javascript
JavaScript Style Guide
Yeah, more recently, it looks like they've given up on that as it would make it more restrictive: https://github.com/airbnb/javascript/issues/2255#issuecomment-653811060
-
javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
JavaScript: JavaScript Algorithms and Data Structures
-
axios
Promise based HTTP client for the browser and node.js
Project mention: Street Address Form Validation with ReactJS and HERE Geocoder Autocomplete | dev.to | 2021-02-23As you can see I’ll also be using Bootstrap as the CSS framework and axios as an HTTP client.
-
node
Node.js JavaScript runtime :sparkles::turtle::rocket::sparkles:
Project mention: How to create a discord bot without any previous knowledge? | reddit.com/r/Discordjs | 2021-02-27nodejs.org | Node.js download and documentation
-
30-seconds-of-code
Short JavaScript code snippets for all your development needs
Hi there! Today I've opened for myself 30-seconds-of-code repository that contains very much useful JS snippet. Today I've learned some shorter way to do things in JS. And I never cease to be amazed at how universal JS is!
-
three.js
JavaScript 3D library.
A starfield was one of the first things I built when learning to program. It's been quite some time now, and I've started learning shader programming with GLSL and three.js, so I decided why not go back to where it all started!
-
material-ui
Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.
Project mention: Is it illegal to take inspiration from a website? | reddit.com/r/computerscience | 2021-02-22 -
nodebestpractices
:white_check_mark: The Node.js best practices list (February 2021)
6. Node.js Best Practices (Optional but important)
-
webpack
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.
Webpack
-
Atom
:atom: The hackable text editor
It's a bug with atom. There's an open issue for it but it might take a while until they fix it since it's not a critical bug.
-
Chart.js
Simple HTML5 Charts using the <canvas> tag
Highcharts is great. I actually first tried using chartjs, but the performance was really bad with multiple threads. I should've just gone with the trusty highcharts from the get go :)
-
Express
Fast, unopinionated, minimalist web framework for node.
Project mention: Build a chat app with GraphQL Subscriptions & TypeScript: Part 1 | dev.to | 2021-02-28We'll be using Apollo Server, Express and TypeGraphQL for this server.
-
html5-boilerplate
A professional front-end template for building fast, robust, and adaptable web apps or sites.
example: HTML5 boilerplate & source code on GitHub
-
lodash
A modern JavaScript utility library delivering modularity, performance, & extras.
There is nothing in JS today that natively does a deep clone. The closest you can do is to use JSON to stringify then parse to get a new deeply cloned object. But that only works if your data is serializable as JSON. Otherwise you might want to look into using a library like lodash that has a cloneDeep method.
-
clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
I was reading an amazing article about JavaScript Best Practices. While going through it, there were some points that I found really useful and productive. I wanted to save those points, which in turn would make it easier for me to reference back in the future.
-
Meteor JS
Meteor, the JavaScript App Platform
Meteor
-
yarn
The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
-
prettier
Prettier is an opinionated code formatter.
Project mention: The Ultimate Serverless Framework Starter with ExpressJS and TypeScript | dev.to | 2021-02-25🚀 Serverless Boilerplate is starter code for your backend and REST API based on Serverless framework with Express JS and TypeScript. ⚡️ Made with Serverless framework, ExpressJS, TypeScript, ESLint, Prettier.
-
Previous Serverless Version 0.5.x
⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
Project mention: Gepkocsi nyeremenyjatek - BE-es kitekintes a serverless vilagba | reddit.com/r/programmingHungary | 2021-02-09 -
Babel (Formerly 6to5)
🐠 Babel is a compiler for writing next generation JavaScript.
https://codesandbox.io/s/jsx-to-string-s8h2h https://github.com/babel/babel/pull/6563 https://babeljs.io/docs/en/babel-plugin-transform-react-jsx
Index
What are some of the best open-source JavaScript projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | Vue.js | 179,769 |
2 | React | 164,148 |
3 | Bootstrap | 148,506 |
4 | javascript | 105,591 |
5 | javascript-algorithms | 97,873 |
6 | axios | 82,001 |
7 | node | 77,223 |
8 | 30-seconds-of-code | 68,885 |
9 | three.js | 67,797 |
10 | material-ui | 65,465 |
11 | nodebestpractices | 61,121 |
12 | webpack | 57,501 |
13 | Atom | 54,406 |
14 | Chart.js | 52,236 |
15 | Express | 52,031 |
16 | html5-boilerplate | 49,120 |
17 | lodash | 48,359 |
18 | clean-code-javascript | 47,168 |
19 | Meteor JS | 42,299 |
20 | yarn | 39,551 |
21 | prettier | 39,032 |
22 | Previous Serverless Version 0.5.x | 38,930 |
23 | Babel (Formerly 6to5) | 38,482 |