V3 Roadmap
Hey everyone. It's been more than a year since the last update of JS Stack from Scratch, which is a lifetime in the JS ecosystem. A major update is long overdue. Here are the changes to come:
Changes
- Updating all the packages
- Babel 7
- ESLint 5
- A more modern syntax (like JS destructuring,
async
/await
) - Express -> Koa
- Webpack -> Parcel (as soon as they support Babel 7)
- Bootstrap -> Material UI
- PostgreSQL with Knex
- CRUD operations
- Authentication
- E2E tests with Puppeteer
- HOC
- Redis
- Docker
- GraphQL
- Prettier
- Dotenv
- Joi
- Removing Immutable, Travis, Coveralls, some unit tests
The tutorial will offer using
Timeline
1st milestone
I need to work a bit more on Sharyn and the Sharyn Boilerplate first.
2nd milestone
Updating the boilerplate (sneak peek of v3) of the tutorial to reflect these changes.
3rd milestone
Updating the walkthrough code of individual chapters.
4th milestone
Updating the instructions.
After that, translations can start.