JavaScript Resources
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.
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.