https://github.com/misterhtmlcss/lhl-lectures
Learning Client-Side JS and JQuery
https://github.com/misterhtmlcss/lhl-lectures
Last synced: 10 months ago
JSON representation
Learning Client-Side JS and JQuery
- Host: GitHub
- URL: https://github.com/misterhtmlcss/lhl-lectures
- Owner: misterhtmlcss
- Created: 2020-09-14T15:49:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T05:41:10.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T00:49:37.656Z (about 1 year ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Additional Resources: (These are in no particular order)
* JavaScript(General):
* [Require and Import in Javascript](https://techformist.com/require-import-javascript/)
* [Module Cheatsheet](https://www.samanthaming.com/tidbits/79-module-cheatsheet/)
* Fetch
* [Using JavaScript Fetch API to Get and Post Data](https://attacomsian.com/blog/using-javascript-fetch-api-to-get-and-post-data)
*
* React
* [Should I useState or useReducer?](https://kentcdodds.com/blog/should-i-usestate-or-usereducer)
* [How to fetch data with React Hooks?](https://www.robinwieruch.de/react-hooks-fetch-data)
* [Using the Effect Hook](https://reactjs.org/docs/hooks-effect.html)
* [A Look at the React useMemo Hook](https://www.digitalocean.com/community/tutorials/react-usememo)
* [React Resources](https://reactresources.com/)
* [useHooks](https://usehooks.com/)
* Other
* [Proxying API Requests in Development](https://create-react-app.dev/docs/proxying-api-requests-in-development/)
* [REST Hooks](https://resthooks.org/)
* Debouncing and caching:
* [Understanding Throttling and Debouncing](https://blog.bitsrc.io/understanding-throttling-and-debouncing-973131c1ba07)
* [Video: Hide API Keys with a Node.js API Proxy + Caching, Rate Limiting and Slow Downs](https://www.youtube.com/watch?v=nCWE6eonL7k)