JavaScript Rising Stars
An overview of the JavaScript landscape in 2019: trends about front-end and Node.js frameworks, React, Vue and Angular ecosystems, tooling, testing, GraphQL...
Available in English, Chinese, Spanish.
Credits
Team members
- Benjamin Blackwood
- Frank Xu
- Javier Valencia
- Michael Rambeau
- Nobuhiro Uchiyama
- Sacha Grief
- Seognil LC
- Shigeto Yatani
- 王仕军
- Yohei Ice
Stack
How to contribute?
Requirements: Node.js 8.4
- Clone the repo
- Install the dependencies:
npm install
- Start the development server:
npm start
- Check the following URL:
http://localhost:8000/
- Update the comments in your language
- Commit and push, the development version of site will be automatically rebuilt on Netlify.com
troubleshooting
If you catch up a build failure while using yarn
on local development,
Try this:
yarn add gatsby@~1.9
then yarn start
But DO NOT commit the change of package.json
or other config files, because this project is using Netlify auto building, and dependencies were frozen on purpose.
Files to translate are located files are located in the i18n
folder.
i18n
├── 2016
├── 2017
│ ├── categories
│ │ ├── all
│ │ │ ├── en.md
│ │ │ ├── ja.md
│ │ │ └── zh.md
│ │ ├── build
│ │ │ ├── en.md
│ │ │ ├── ja.md
│ │ │ └── zh.md
│ │ ├── compiler
│ │ │ ├── en.md
│ │ │ ├── ja.md
│ │ │ └── zh.md
│ ├── conclusion
│ │ ├── en.md
│ │ ├── ja.md
│ │ └── zh.md
│ ├── introduction
│ │ ├── en.md
│ │ ├── ja.md
│ │ └── zh.md
│ └── messages
│ ├── en.yaml
│ ├── index.js
│ ├── ja.yaml
│ └── zh.yaml
└── messages.js