Skip to content

Instantly share code, notes, and snippets.

@derekr
Last active October 4, 2016 15:18
Show Gist options
  • Save derekr/1bdd6b40e5deb69b6fa1029a9914c795 to your computer and use it in GitHub Desktop.
Save derekr/1bdd6b40e5deb69b6fa1029a9914c795 to your computer and use it in GitHub Desktop.
What it's like to build a web project in 2016

Hey I want to build a site; fetch some data and renders it in to a filterable list. Could I use jQuery for that?

Yeah sounds simple enough. You could even ditch jQuery and use native DOM APIs. They've come a long way in the past few years.

Chill.

Fetch
Array.filter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment