-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpack: Rewrite lesson with in-house tutorial (alongside ES6 Modules rewrite) #27961
Webpack: Rewrite lesson with in-house tutorial (alongside ES6 Modules rewrite) #27961
Conversation
Lesson structure and key concepts mostly raised by Advait. Co-authored-by: advait0603 <[email protected]>
Uses AE instead of BE spelling.
Co-authored-by: advait0603 <[email protected]>
Things I would like thoughts on in particular:
Any other aspects as well. The above is just what stuck around my mind most during writing. |
Npm scripts now covered in the new Revisiting Webpack lesson that will come immediately after this project.
To address any questions about "why not just link CSS in the HTML"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love love love it!
Looks like there's some merge conflicts and a spelling error that the CI caught, but other that that amazing work on this!
Because
The current Webpack lesson is a known pain point in the curriculum journey, primarily due to the sudden increase in complexity and steps of tooling, coupled with how much of the learning is left to external resources. These external resources limit the cohesiveness of teaching material, and can prove troublesome in the learning process when each resource includes a few unnecessary tidbits that can easily throw learners off (such as multiple entry points in the webpack official guides when learning about html-webpack-plugin). They also are frequently aimed at people who may know a little more about bundlers already, or are following a different course/tutorial. Thus, things often feel disjointed with the TOP curriculum.
While improving the Webpack lesson itself is the primary focus, it was also identified that the preceding ES6 modules lesson is fairly coupled with it, as Webpack and bundlers are introduced there instead of the Webpack lesson.
The order of the ES6 modules lesson was also identified as a little odd, and the order and flow could be improved by focusing on ES6 modules as a primary topic straight away, then introducing bundlers and Webpack in their own separate lesson.
General plan:
This PR
Issue
Related to #26976
Related to #26977
(closed by #27953)
Additional Information
This will be something to merge alongside 3 other PRs:
Pull Request Requirements
location of change: brief description of change
format, e.g.Intro to HTML and CSS lesson: Fix link text
Because
section summarizes the reason for this PRThis PR
section has a bullet point list describing the changes in this PRIssue
section