Hacker News
- React/Redux Links: a curated list of tutorials for React, Redux, ES6, and more https://github.com/markerikson/react-redux-links 32 comments
- React-Redux Links - a curated collection of links on React, Redux, ES6, and more https://github.com/markerikson/react-redux-links 7 comments reactjs
Linking pages
- State of the Art JavaScript in 2016 | by Francois Ward | JavaScript and Opinions | Medium https://medium.com/javascript-and-opinions/state-of-the-art-javascript-in-2016-ab67fc68eb0b#.37u0xx9xi 359 comments
- React’s Five Fingers of Death. Master these five concepts, then master React. https://medium.freecodecamp.com/the-5-things-you-need-to-know-to-understand-react-a1dbd5d114a3 53 comments
- GitHub - grab/front-end-guide: 📚 Study guide and introduction to the modern front end stack. https://github.com/grab/front-end-at-grab 52 comments
- GitHub - reduxjs/redux: Predictable state container for JavaScript apps https://github.com/gaearon/redux 47 comments
- Things I wish I knew about Redux. I’ve been working on React/Redux apps… | by luqmaan | Horrible Hacks | Medium https://medium.com/horrible-hacks/things-i-wish-i-knew-about-redux-9924abf2f9e0#.p10s9tumj 45 comments
- A Study Plan To Cure JavaScript Fatigue | by Sacha Greif | We’ve moved to freeCodeCamp.org/news | Medium https://medium.com/@sachagreif/a-study-plan-to-cure-javascript-fatigue-8ad3a54f2eb1#.vdxbscqxk 37 comments
- What the heck is a "Progressive Web App"? Seriously. - DEV Community https://dev.to/ben/what-the-heck-is-a-progressive-web-app-seriously-923 35 comments
- GitHub - reduxjs/redux: Predictable state container for JavaScript apps https://github.com/rackt/redux 22 comments
- My journey toward a maintainable project structure for React/Redux | by Matteo Mazzarolo | HackerNoon.com | Medium https://medium.com/@mmazzarolo/my-journey-toward-a-maintainable-project-structure-for-react-redux-b05dfd999b5#.42wv8pb4d 17 comments
- GitHub - reduxjs/redux: Predictable state container for JavaScript apps https://github.com/reduxjs/redux 14 comments
- Blogged Answers: Learning and Using TypeScript as an App Dev and a Library Maintainer · Mark's Dev Blog https://blog.isquaredsoftware.com/2019/11/blogged-answers-learning-and-using-typescript/ 13 comments
- GitHub - enaqx/awesome-react: A collection of awesome things regarding React ecosystem https://github.com/enaqx/awesome-react 13 comments
- GitHub - practical-tutorials/project-based-learning: Curated list of project-based tutorials https://github.com/tuvtran/project-based-learning 11 comments
- Redux, Writing, Responsibilities, Burnout, and a Request for Help · Mark's Dev Blog http://blog.isquaredsoftware.com/2018/06/redux-writing-responsibilities-burnout-and-a-request-for-help/ 11 comments
- Blogged Answers: Years in Review, 2018-2019 · Mark's Dev Blog https://blog.isquaredsoftware.com/2020/01/blogged-answers-years-in-review-2018-2019/ 9 comments
- GitHub - sveme/meta-meta: A meta list of meta ressources (i.e., a link list of link lists) https://github.com/sveme/meta-meta 9 comments
- GitHub - practical-tutorials/project-based-learning: Curated list of project-based tutorials https://github.com/practical-tutorials/project-based-learning 8 comments
- GitHub - JacobWylie/Web-Dev-Learning-Resources: Collection of my favorite web development resources for beginners and professionals alike. https://github.com/jacobwylie/web-dev-learning-resources 7 comments
- Presentation: Intro to React and Redux · Mark's Dev Blog http://blog.isquaredsoftware.com/2017/02/presentation-react-redux-intro/ 6 comments
- Ultimate ReactJS Resources 🛠For Web Developers 2023👨💻 - DEV Community https://dev.to/theme_selection/ultimate-reactjs-resources-for-web-developers-2021-424c 6 comments
Linked pages
- Welcome https://www.reactiflux.com 1793 comments
- Eloquent JavaScript https://eloquentjavascript.net/ 955 comments
- The Modern JavaScript Tutorial https://javascript.info 796 comments
- Getting Started – React https://reactjs.org/docs/getting-started.html#react-for-beginners 538 comments
- JS Comparison Table https://dorey.github.io/JavaScript-Equality-Table/ 493 comments
- Introducing Hooks – React https://reactjs.org/docs/hooks-intro.html 414 comments
- What the heck is the event loop anyway? | Philip Roberts | JSConf EU - YouTube https://www.youtube.com/watch?v=8aGhZQkoFbQ 307 comments
- JavaScript language overview - JavaScript | MDN https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript 293 comments
- GitHub - getify/You-Dont-Know-JS: A book series on JavaScript. @YDKJS on twitter. https://github.com/getify/you-dont-know-js 279 comments
- React Docs Beta https://beta.reactjs.org/ 271 comments
- Build your own React https://pomb.us/build-your-own-react/ 197 comments
- React as a UI Runtime — Overreacted https://overreacted.io/react-as-a-ui-runtime/ 168 comments
- What Is Functional Programming? | Kris Jenkins' Blog http://blog.jenkster.com/2015/12/what-is-functional-programming.html 161 comments
- Build Yourself a Redux - The Zapier Engineering Blog | Zapier https://zapier.com/engineering/how-to-build-redux/ 159 comments
- A Complete Guide to useEffect — Overreacted https://overreacted.io/a-complete-guide-to-useeffect/ 143 comments
- You Might Not Need Redux. People often choose Redux before they… | by Dan Abramov | Medium https://medium.com/@dan_abramov/you-might-not-need-redux-be46360cf367 131 comments
- https://codesandbox.io 127 comments
- TypeScript: Playground TS - Un éditeur en ligne pour explorer TypeScript et JavaScript https://www.typescriptlang.org/play/#src=const%20classes%20%3D%20%7B%0D%0A%20%20%20%20Add%3A%20'pr-add'%2C%0D%0A%20%20%20%20Edit%3A%20'pr-edit'%2C%0D%0A%20%20%20%20Delete%3A%20'pr-delete'%0D%0A%7D%3B%0D%0A%0D%0Aenum%20Classes%20%7B%0D%0A%20%20%20%20ADD%20%3D%20classes.Add%2C%0D%0A%20%20%20%20EDIT%20%3D%20classes.Edit%2C%0D%0A%20%20%20%20DELETE%20%3D%20classes.Delete%2C%0D%0A%7D%0D%0A%0D%0Ainterface%20IProps%20%7B%0D%0A%20%20%20%20prClasses%3A%20%3CRESTRICTED%20CLASSES%20HERE%3E%0D%0A%7D%0D%0A%0D%0A 121 comments
- Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior · Mark's Dev Blog https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-mostly-complete-guide-to-react-rendering-behavior/ 120 comments
- CSS Flexbox Layout Guide | CSS-Tricks https://css-tricks.com/snippets/css/a-guide-to-flexbox/ 107 comments
Would you like to stay up to date with Web Development? Checkout Web Development
Weekly.
Related searches:
Search whole site: site:github.com
Search title: GitHub - markerikson/react-redux-links: Curated tutorial and resource links I've collected on React, Redux, ES6, and more
See how to search.