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
- Alexey Pyltsyn
- Benjamin Blackwood
- Frank Xu
- Javier Valencia
- L1lith
- Michael Rambeau
- Misol Goh
- Nobuhiro Uchiyama
- Oh TaeJun
- Rana Kualu
- Sacha Grief
- Sebastien Lorber
- Seognil LC
- Shigeto Yatani
- ็ไปๅ
- Yohei Ice
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