Skip to content

Instantly share code, notes, and snippets.

@xypnox
Created August 20, 2019 18:28
Show Gist options
  • Save xypnox/d80f1ff32e73ddae3c1c1d037497b39c to your computer and use it in GitHub Desktop.
Save xypnox/d80f1ff32e73ddae3c1c1d037497b39c to your computer and use it in GitHub Desktop.
This may or may not remain up-to-date. Please reach out for an updated version.

JavaScript

https://developer.mozilla.org/en-US/docs/Web/JavaScript

https://javascript.info/

https://repl.it

https://guide.freecodecamp.org/javascript

https://eloquentjavascript.net/

Quotes

JavaScript is the only language that I'm aware of that people feel they don't need to learn before they start using it.

Douglas Crockford

Java is to JavaScript what Car is to Carpet.

Chris Heilmann

The strength of JavaScript is that you can do anything. The weakness is that you will.

Reg Braithwaite

Any app that can be written in JavaScript, will eventually be written in JavaScript.

Jeff Atwood

Programming languages are like girlfriends: The new one is better because you are better.

Derek Sivers

Videos

What the heck is the event loop anyway? | Philip Roberts | JSConf EU

Libraries

Reveal JS - A library to create presentations.

Resources

Awesome JavaScript

Dev Docs


React

Articles

https://css-tricks.com/project-need-react/

https://medium.freecodecamp.org/the-5-things-you-need-to-know-to-understand-react-a1dbd5d114a3

https://medium.com/@dmitrynozhenko/5-ways-to-animate-a-reactjs-app-in-2019-56eb9af6e3bf

https://overreacted.io/why-do-we-write-super-props/

Tutorials

https://www.youtube.com/playlist?list=PL4cUxeGkcC9ij8CfkAY2RAGb-tmkNwQHG

https://dev.to/willamesoares/how-to-build-an-image-carousel-with-react--24na

Videos

https://www.youtube.com/playlist?list=PL4cUxeGkcC9ij8CfkAY2RAGb-tmkNwQHG

Libraries

Helmet - Add head tags eg. title meta etc

linkstate - Link a state easily to a action

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