Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MaheshKonne/my-bookmarks
Some useful resources/refs I have gone through
https://github.com/MaheshKonne/my-bookmarks
Last synced: 3 months ago
JSON representation
Some useful resources/refs I have gone through
- Host: GitHub
- URL: https://github.com/MaheshKonne/my-bookmarks
- Owner: MaheshKonne
- License: mit
- Created: 2019-05-19T08:31:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T16:35:31.000Z (over 5 years ago)
- Last Synced: 2024-04-24T12:19:51.294Z (7 months ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# my-bookmarks
Some useful resources/refs I have gone through<<<<<<< Updated upstream
### React
* [React Training](https://reacttraining.com/blog/)
* [React Internals](https://www.mattgreer.org/articles/react-internals-part-one-basic-rendering/)
### Redux
* [redux in 27 lines](https://dev.to/selbekk/redux-in-27-lines-2i92)
### Functional Programming in JS
* [Mori](http://swannodette.github.io/mori/)
* [immutable.js](https://immutable-js.github.io/immutable-js/)
* [Ramda Js](https://ramdajs.com)
* [Underscroe Js](https://underscorejs.org)
* [Lodash](https://lodash.com)### Javascript
* [JS Invterview Questions](https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-6fa6bdf5ad95)
* [JS Event loop](https://hackernoon.com/understanding-js-the-event-loop-959beae3ac40)
* [JS - Perfection Kills](http://perfectionkills.com/)
### Front-end development
* [10 things every front end developer should know](https://medium.com/@namkam5/10-things-every-front-end-developer-should-know-a6cf6877866f)