This article takes a look at some of the most popular JavaScript open source projects on GitHub in October, and takes a look at what you know, or are already using.
1, 33 – js – concepts
https://github.com/leonardomso/33-js-concepts Star 14690
33 Concepts every JavaScript Engineer should Know to help developers master javascript-related concepts.
2, 30 seconds – of – code
https://github.com/30-seconds/30-seconds-of-code Star 31415
This project has a great collection of useful JavaScript code snippings that you can read and use in a very short amount of time, divided into dates, nodes, function modules, etc. You can import these files directly to your text editor (VSCode, Atom, Sublime).
3, carlo
https://github.com/GoogleChromeLabs/carlo Star 5124
Carlo provides Node applications with rich rendering capabilities powered by Google Chrome. Carlo connects to a locally installed browser through the Puppeteer project. Carlo also provides basic functions such as remote calling for communication between Node and the browser.
4, awesome – vscode
https://github.com/viatsko/awesome-vscode Star 12158
A selection of VS Code packages and resources.
5, omi
https://github.com/Tencent/omi Star 5070
Omi is a component-based framework for creating user interfaces. It is open and modern. It is made up of reusable components consisting of only 7KB, partial CSS, HTML+ Scoped CSS + JS. Don’t worry about component CSS contaminating the outside of the component, Omi will take care of everything for you
6, vue
https://github.com/vuejs/vue Star 118330
Vue.js is a JavaScript library for building Web interfaces, providing data-driven components, and a simple and flexible API to make MVVM simpler. Main features:
● Extensible data binding
● Use ordinary JS objects as models
● Clean and concise API
● Componentized UI building
● Cooperate with other libraries
7, the react
https://github.com/facebook/react Star 114909
React, a JavaScript library developed by Facebook to build user interfaces, is now used by many companies because it takes a different approach to building applications: React allows developers to decompose applications into separate components decoupled from each other, so they can maintain and iterate over components independently.
8 freeCodeCamp.
https://github.com/freeCodeCamp/freeCodeCamp Star 296206
FreeCodeCamp.org is a friendly community where you can learn programming for free, with free and customizable Web development courses and interactive programming challenges to help you improve your programming skills.
9, evergreen
https://github.com/segmentio/evergreen Star 6187
Evergreen is an open source React UI framework with the following features:
● Out of the box
● Flexible and combinable. The Evergreen component is built on top of React UI Primitive with infinite composability.
● Enterprise-level, providing UI design help for enterprise-level Web applications
10, percollate
https://github.com/danburzo/percollate Star 2563
Percollate is a command line tool that converts web pages into beautifully formatted PDF files.
11, the create – react – app
https://github.com/facebook/create-react-app Star 58812
React scaffolding is easy to install with a single command and works with macOS, Windows, and Linux.
12, telescope
https://github.com/laravel/telescope Star 2123
Telescope is an elegant application debugging tool that delves into the requests, exceptions, logging, database queries, mail, notifications, cache operations, scheduled tasks, variable dumps, and more that come into your application through Telescope.
From: The OpenSource Front (ID: OpenSourceTop)
The original link: https://www.itcodemonkey.com/article/11156.html