Resources
curated by the community
-
https://joshwcomeau.com/operator-lookup/
11-10-2020
a tool for looking up javascript operators
@taurean -
https://www.youtube.com/playlist?list=PLC3y8-rFHvwheJHvseC3I0HuYI2f46oAK
10-29-2020
Video tutorials for React Redux. React Redux is the official React binding for Redux. It lets your React components read data from a Redux store, and dispatch actions to the store to update data.
@ann -
https://www.youtube.com/watch?v=YAevAj6X6XU&list=PLC3y8-rFHvwheJHvseC3I0HuYI2f46oAK&index=7
10-27-2020
An in-depth series on Redux and React-Redux.
@ann -
https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b
10-26-2020
Introducing npx: an npm package runner
@ann -
https://learngitbranching.js.org/
09-25-2020
"Learn Git Branching" is the most visual and interactive way to learn Git on the web; you'll be challenged with exciting levels, given step-by-step demonstrations of powerful features, and maybe even have a bit of fun along the way.
@ann -
https://medium.com/better-programming/redux-vs-context-vs-state-4202be6d3e54
09-19-2020
Redux vs. Context vs. State: An in-depth look at state management in React
@ann -
https://learnvue.co/2020/01/how-to-add-drag-and-drop-to-your-vuejs-project/
08-09-2020
In this tutorial, we’ll be using the built-in HTML Drag and Drop API to set up a simple drag and drop system.
@ann -
https://ui.dev/webpack/
07-23-2020
Webpack: A gentle introduction
@ann -
https://www.taniarascia.com/redux-react-guide/
03-09-2020
"Do you have experience using React? Have you heard of Redux, but you've put off learning it because it looks very complicated and all the guides seem overwhelming? If that's the case, this is the article for you! Contain your fear of containing state and come along with me on this relatively painless journey."
@ann -
https://vuepress.vuejs.org/
02-04-2020
Vue-powered Static Site Generator
@ann -
https://gridsome.org/
02-04-2020
Gridsome makes it easy for developers to build modern websites, apps & PWAs that are fast by default 🚀
@ann -
https://www.youtube.com/watch?v=x7cQ3mrcKaY
01-30-2020
"React, the new open-source JS library from Facebook and Instagram, is a different way to write JavaScript apps. When it was introduced at JSConf US in May, the audience was shocked by some of its design principles."
@ann -
https://addyosmani.com/resources/essentialjsdesignpatterns/book/
11-03-2019
Learning JavaScript Design Patterns
@ann -
https://www.kirupa.com/react/index.htm
10-06-2019
Learn React As front-end frameworks go, it doesn't get much hotter than React - used by Facebook, Instagram, Twitter, and a bunch of other popular sites. Learn how to use it by following these tutorials, watching some sweet videos, or by reading a cool best-selling book about it.
@ann -
https://wattenberger.com/blog/d3
09-06-2019
This site links to many resources that will help you get a better understanding of how to utilize D3.js. There is a lot here
@emehrkay -
https://www.interviewcake.com/article/python/big-o-notation-time-and-space-complexity
08-02-2019
A primer on Big-O Notation. The simple and clear examples illustrate how to determine the worst case runtime of a given algorithm
@emehrkay -
https://www.freecodecamp.org/news/how-to-create-a-vue-js-app-using-single-file-components-without-the-cli-7e73e5b8244f/
07-25-2019
"Instead of relying on the Vue CLI to scaffold our project and provide us with a development and build process, we will build a project from scratch. We will create our own development and build process using Webpack."
@ann -
https://www.sitepoint.com/nuxt-js-universal-vue-js/
07-03-2019
Building server-side rendered JavaScript apps can be a bit tedious, as a lot of configuration needs to be done before you even start coding. This is the problem Nuxt.js aims to solve for Vue.js applications.
@ann -
www.buildwithreact.com
07-03-2019
a periodical of tutorials and advanced articles for the react.js library. If youre new to React, this site has a really good interactive tutorial.
@jermaine -
https://zellwk.com/blog/nunjucks-with-gulp/
07-03-2019
How To Modularize HTML Using Template Engines and Gulp This article walks you through using the template engine Nunjucks and the task runner Gulp to do some modular HTML.
@jermaine