An open API service indexing awesome lists of open source software.

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

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)