JavaScript Resources
Posted on January 9, 2020  (Last modified on April 1, 2023 )
1 minutes • 165 words
The language(s) of the web. TypeScript as well as JavaScript library and framework articles can be found here, too!
Vanilla JavaScript
Sometimes, Vanilla is best. The posts listed in this section are plain JavaScript with no additional libraries or frameworks required.
React
React is a very helpful JavaScript library for writing components via JavaScript and JSX.
- How to fetch data when a component mounts with Hooks.
- Preventing access to React Router Routes
- Autosaving Data via HTTP with React Hooks
- Setup React with TypeScript
- Lifecycle Methods and Hooks
TypeScript
TypeScript is a superset of JavaScript that adds Types, as well as a few other helpful features, to JavaScript.
Web Components
Tooling
This section is a bit of a hodgepodge. There are a lot of tools available in the JavaScript community. I’ll try to make the link indicate what tools are being used.