Skip to content

🌠 An overview of the JavaScript landscape in 2020: trends about front-end and Node.js frameworks, tooling, testing, Vue, React...

Notifications You must be signed in to change notification settings

melancholy14/javascript-risingstars

This branch is 105 commits behind bestofjs/javascript-risingstars:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ec7114 · Jan 14, 2023
Jan 23, 2021
Jan 14, 2023
Jan 14, 2023
Jan 14, 2023
Jan 9, 2023
Dec 24, 2021
Jan 5, 2023
Jan 10, 2021
Dec 19, 2021
Jan 5, 2023
Jan 4, 2023
Jan 4, 2023
Jan 5, 2022

Repository files navigation

image

JavaScript Rising Stars

An overview of the JavaScript landscape in 2022: trends about front-end, back0end and fullstack frameworks, React and Vue.js ecosystems, build tools, testing, state management, GraphQL...

Team members

Special thanks:

  • The content of 2021 and 2022 editions of the Rising Stars was double checked by L1lith.
  • Benjamin Blackwood was the co-author of the 2020 edition.
  • Sacha Grief did a lot of work about the design and the content of the first editions (2016, 2017, 2018, 2019).

Stack

How to contribute?

Requirements: PNPM, Node.js 16+

  • Clone the repo
  • Install the dependencies: pnpm install
  • Start the development server: pnpm run dev
  • Check the following URL: http://localhost:3000/
  • Update the comments in your language (see below)

Translations

The content to translate are located in the i18n folder.

There are 2 types of file to translate:

  • markdown content inside the md folder
  • key/values messages stored as JSON in the messages folder
./i18n
├── md
│   └── collections
│       └── 2020
│           └── en
│               ├── categories
│               │   ├── all.md
│               │   ├── angular.md
│               │   ├── build.md
│               │   ├── framework.md
│               │   ├── nodejs-framework.md
│               │   ├── react.md
│               │   └── vue.md
│               ├── conclusion.md
│               ├── guests
│               │   ├── atinux.md
│               │   ├── bblackwo.md
│               │   └── leerob.md
│               └── introduction.md
└── messages
    ├── 2020
    │   └── en.json
    └── common
        ├── en.json

About

🌠 An overview of the JavaScript landscape in 2020: trends about front-end and Node.js frameworks, tooling, testing, Vue, React...

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 61.7%
  • CSS 21.9%
  • JavaScript 16.4%