Introducing Web Components in JavaScript Path #28748
Closed
elishamutang
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Thank you for the suggestion. Personally, I'm not inclined to have this included in the curriculum, even as a mention at the end of a course like the JS one before React. It's a big segue and rabbit hole, and one I don't think we need to suggest people go down during the curriculum. IMO it's much more than just some ideas and patterns, but entire new concepts and tools. My feeling is that if this is to benefit anyone significantly, it'll be after TOP and for them to discover themselves - the curriculum needn't introduce it. Paging @TheOdinProject/javascript for further thoughts. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently came across the concept of Web Components in vanilla JavaScript, and as the title says, maybe introducing Web Components somewhere near the end of the JavaScript course would be a good idea to provide students with some knowledge on creating reusable custom components.
I reckon this would be a good segue when moving from JavaScript to React.
Link to Web Components on MDN Web Docs
Beta Was this translation helpful? Give feedback.
All reactions