Skip to content
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

Move away from jQuery in favour vanilla JS? #445

Open
VirtualDOMinic opened this issue Sep 5, 2019 · 2 comments
Open

Move away from jQuery in favour vanilla JS? #445

VirtualDOMinic opened this issue Sep 5, 2019 · 2 comments

Comments

@VirtualDOMinic
Copy link

What are people's thoughts on moving away from the jQuery tutorials in favour of "vanilla" JS equivalents (e.g. things like document.querySelector)? This is for the usual reasons (jQuery is being used less and less, vanilla js/browser APIs are great for ~99% of what we'd want to do with jQuery, unnecessary bulk...) and because so many students end up using libraries/frameworks like React which still benefit from vanilla JS knowledge, but don't really benefit at all from jQuery knowledge.

Disclaimer: I've never really had to learn jQuery, and my main experience of it is converting jQuery code examples into vanilla (there are several useful resources for this :) )

I'd happily have a go at this, but can't guarantee the timeliness. Also I haven't checked how extensively jQuery is used/referred to after the jQuery-specific tutorials.

@docljn
Copy link

docljn commented Sep 5, 2019

I learned vanilla js before I learned jQuery and I think that is a better way to understand

@brunogirin
Copy link
Contributor

We discussed this a number of times in organiser meetings and I think we generally agree it would be a good thing to do, we just don't have the time to do it. That said, PRs will be happily accepted.

On a wider note, it would be good if the JS tutorial dovetailed into the HTML+CSS ones. All of them need updating based on feedback from students and coaches.

I'm happy to coordinate the work and draft a plan of action.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants