Es2015

Open-source projects categorized as Es2015

Top 22 Es2015 Open-Source Projects

  • You-Dont-Know-JS

    A book series on JavaScript. @YDKJS on twitter.

  • Project mention: 10 JavaScript Sites Every Web Developer Should Know | dev.to | 2024-03-31

    (https://github.com/getify/You-Dont-Know-JS) You Don't Know JS is a series of books that dives deep into the inner workings of JavaScript. Written by Kyle Simpson, these books explore topics like scope, closures, and prototypes, helping you master JavaScript's more complex concepts.

  • javascript

    JavaScript Style Guide

  • Project mention: Airbnb JavaScript Style Guide | news.ycombinator.com | 2024-04-03
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • 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.

  • Project mention: Optimizing React Apps for Performance: A Comprehensive Guide | dev.to | 2024-04-02

    Click "Start Test." WebPageTest generates a comprehensive report with details about the loading process, including time to first byte (TTFB), page load time, and visual progress. ### Setting Benchmarks with Lighthouse Start with Lighthouse audits to maximize the performance of your React application. Evaluate Lighthouse's scores and suggestions with careful consideration. Next, set benchmarks that are in line with industry norms or customized to meet your unique performance goals. Lastly, pay close attention to the places in your application where it needs work. You can improve your React application's effectiveness by carefully following these procedures, which will guarantee that it satisfies the required performance requirements. ### Analyzing Performance Results with WebPageTest In order to fully evaluate your webpage's performance, launch WebPageTest with a variety of systems, simulating a variety of user scenarios. Examine the waterfall chart carefully to identify loading patterns and bottlenecks, which are essential for improving the user experience. To see the page's rendering process over time and do a thorough examination, use filmstrip views. To effectively assess performance, pay special attention to measures such as time to first byte (TTFB), start render time, and fully loaded time. Also, a better understanding of performance variances is made possible by comparing findings across various test designs, which helps make well-informed recommendations for improving webpage responsiveness and efficiency. ## Impact of third-party libraries on React app performance Third-party library integration can speed up development while improving functionality in our React application. It's crucial to consider the possible effects on performance, though. Because heavy or poorly optimized libraries might negatively impact the speed and usability of our application. ### Bundle Size Look at the distribution file sizes related to the library, and use tools such as Bundlephobia or Webpack Bundle Analyzer to fully evaluate their impact on your bundle size. This thorough analysis enables you to make well-informed decisions about whether to include the library, making sure that its contribution minimizes superfluous bulk in your application's codebase and is in line with your optimization goals. ### Network Requests Analyze how the third-party library affects network requests to maximize performance. Reduce the number of requests made overall by minimizing external dependencies. This will enhance the user experience and loading speeds. Select appropriate libraries, maximize asset delivery, and leverage code splitting to load components asynchronously. You may improve the effectiveness and responsiveness of your application and provide users with a better experience by cutting down on pointless network queries. ### Execution Time Examine the library's code for any possible performance problems or bottlenecks in order to analyze the runtime performance of the library. Look for places where the code may execute slowly or inefficiently. You may ensure smoother operation inside your application by identifying and addressing any areas of the library's implementation that may be impeding ideal performance by doing a comprehensive assessment. ### Code Splitting for Third-Party Libraries Implementing code splitting is an effective strategy to load third-party libraries only when they are required, reducing the initial page load time. Use dynamic imports to load the library lazily:

  • Babel (Formerly 6to5)

    🐠 Babel is a compiler for writing next generation JavaScript.

  • Project mention: What is an Abstract Syntax Tree in Programming? | dev.to | 2024-04-05

    GitHub | Website

  • core-js

    Standard Library

  • Project mention: Emacs' helm is maintained by one maintaner for 11 years long | news.ycombinator.com | 2023-12-22

    This is surprisingly common. The other example off the top of my head, a single maintainer of a very popular project who had to temporarily abandon it due to lack of funds, is Denis Pushkarev (zloirock) and core.js (https://github.com/zloirock/core-js/blob/master/docs/2023-02...).

    The majority of OSS projects have most of their contributions by one person (the project leader), and the vast majority of OSS contributors don't do it for their job. It seems nearly every single popular OSS project is like this (one unpaid, maybe sponsored, volunteer doing most of the work); it's not even worth listing projects and names, because you can just pick a couple projects you know and I bet at least one will be an example. Fortunately, most of these people seem to be well-off (probably in part due to the quality of programming jobs), but every once in a while there's someone who's not so fortunate. It should be more common to sponsor maintainers, especially if they are asking for donations provided they can prove that they really need the money (the world we live in, some people who have plenty fake issues to solicit donations, then others who genuinely need and deserve the money are scolded and left unfunded because of them).

  • react-grid-layout

    A draggable and resizable grid layout with responsive breakpoints, for React.

  • Project mention: Essential tools for implementing React panel layouts | dev.to | 2024-03-19

    You can find additional information about the React-Grid-Layout in the repository and documentation.

  • wp-calypso

    The JavaScript and API powered WordPress.com

  • Project mention: WordPress Blocks Bingbot by Default | news.ycombinator.com | 2023-11-21
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • thejsway

    The JavaScript Way book

  • angularjs-styleguide

    AngularJS styleguide for teams

  • Lebab

    Turn your ES5 code into readable ES6. Lebab does the opposite of what Babel does.

  • ThinkJS

    Use full ES2015+ features to develop Node.js applications, Support TypeScript.

  • JsBarcode

    Barcode generation library written in JavaScript that works in both the browser and on Node.js

  • ECMAScript-new-features-list

    A comprehensive list of new ES features, including ES2015 (ES6), ES2016, ES2017, ES2018, ES2019

  • minipack

    📦 A simplified example of a modern module bundler written in JavaScript

  • esm.sh

    A fast, smart, & global CDN for modern(es2015+) web development.

  • Project mention: Bun 1.1 | news.ycombinator.com | 2024-04-01
  • ESDoc

    ESDoc - Good Documentation for JavaScript

  • common-tags

    🔖 Useful template literal tags for dealing with strings in ES2015+

  • Project mention: What is the best way to write html inside of template strings? | /r/learnjavascript | 2023-12-09

    I just found common-tags on github and it looks great. One issue though:

  • The-complete-guide-to-modern-JavaScript

    A comprehensive, easy-to-follow ebook to learn everything from the basics of JavaScript to ES2022. Read more on my blog https://inspiredwebdev.com or buy it here https://www.amazon.com/dp/B09FNNVY1Y?ref=inspiredwebde-20. Get the course here https://www.educative.io/courses/complete-guide-to-modern-javascript?aff=BqmB

  • dedent

    ⬅️ ES6 string tag that strips indentation from multi-line strings.

  • ECMAScript-features

    ECMAScript features cheatsheet

  • Project mention: Extremely reducing the size of NPM package | dev.to | 2023-08-05

    EcmaScript features can be divided into 2 groups - those that add new objects or expand their API, and those that change the syntax of the language. Here is another repository, it conveniently contains all the ECMAScript features by year with their description and examples. If you look at the ES2017 update, then the first group of features would contain the Object.values and Object.entries features, and the second group - asynchronous functions.

  • frontal.js

    A Modern HTML development framework and build-tool for your next static website.

  • linq

    A familiar set of functions that operate on JavaScript iterables (ES2015+) in a similar way to .NET's LINQ does with enumerables. (by tsdotnet)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-05.

Es2015 related posts

Index

What are some of the best open-source Es2015 projects? This list will help you:

Project Stars
1 You-Dont-Know-JS 176,110
2 javascript 141,540
3 webpack 64,145
4 Babel (Formerly 6to5) 42,888
5 core-js 23,804
6 react-grid-layout 19,413
7 wp-calypso 12,354
8 thejsway 7,865
9 angularjs-styleguide 5,988
10 Lebab 5,606
11 ThinkJS 5,307
12 JsBarcode 5,282
13 ECMAScript-new-features-list 3,466
14 minipack 3,108
15 esm.sh 2,796
16 ESDoc 2,745
17 common-tags 1,966
18 The-complete-guide-to-modern-JavaScript 1,038
19 dedent 866
20 ECMAScript-features 701
21 frontal.js 77
22 linq 42
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com