Resources
curated by the community
-
https://github.com/dwyl/learn-elm-architecture-in-javascript
03-04-2021
Learn how to build web applications using the Elm ("Model Update View") Architecture in plain JavaScript. if you're getting into react/redux, this'll help you learn that too.
@jermaine -
https://dev.to/pmbanugo/build-a-custom-hook-for-real-time-state-synchronization-in-react-30c7
01-18-2021
React hooks gives us a simpler way of writing stateful logic so that it can be reused and tested separately. In this article, you will learn how to find and extract common logic as a custom hook function. You will learn this by building a custom hook function for handling real-time state synchronisation.
@pmbanugo -
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://nominatim.org/release-docs/develop/api/
10-13-2020
OpenStreetMap provides a simple service where you can look up locations by fuzzy search, ip address, or latitude/longitude coordinates.
@emehrkay -
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://nolanlawson.com/2020/07/01/building-an-accessible-emoji-picker/
09-16-2020
Building an accessible emoji picker
@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://scotch.io/tutorials/build-your-first-deno-app-with-authentication
07-18-2020
Learn Deno (an alternative to Nodejs)
@emehrkay -
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://www.telerik.com/blogs/graphql-angular-how-to-make-a-graphql-query
02-19-2020
Apollo Angular allows you to fetch data from your GraphQL server and use it in building reactive UIs using the Angular framework. In this article, I will show you how to make a GraphQL query in Angular using Apollo Angular.
@pmbanugo -
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://dev.to/richharris/a-new-technique-for-making-responsive-javascript-free-charts-gmp
01-31-2020
A tutorial on how to use an SVG tag to draw a simple fluid line graph without javascript
@emehrkay -
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://eloquentjavascript.net/
01-22-2020
A book that tries to take a modern approach to JavaScript programming
@koshin.mariano -
https://addyosmani.com/resources/essentialjsdesignpatterns/book/
11-03-2019
Learning JavaScript Design Patterns
@ann