dwyl / learn-redux

:boom: Comprehensive Notes for Learning (how to use) Redux to manage state in your Web/Mobile (React.js) Apps.
GNU General Public License v2.0
446 stars 42 forks source link

Other Tutorials #13

Closed nelsonic closed 7 years ago

nelsonic commented 8 years ago

Milo wrote this excellent tutorial: https://medium.com/@bananaoomarang/handcrafting-an-isomorphic-redux-application-with-love-40ada4468af4

and @gaearon's posts on the subject are very insightful: https://medium.com/@dan_abramov

originally mentioned on: https://github.com/dwyl/learn-react/issues/4#issuecomment-142269833

besarthoxhaj commented 8 years ago

Hi @nelsonic as a learning playground I created this repo https://github.com/besarthoxhaj/middleware-pattern

nothing special, it's just a small implementation of express and redux. I thought it may be useful for others as well.

nelsonic commented 8 years ago

@besarthoxhaj looks good. :+1:

iteles commented 8 years ago

@sohilpandya I think you were working through a tutorial with @minaorangina that you guys thought was pretty epic too?

sohilpandya commented 8 years ago

Oh yeah! @iteles its this one by Teropa. http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html

Quite a heavy one but definitely worth spending a few days doing it. 😊

iteles commented 8 years ago

From @jrans: https://www.youtube.com/playlist?list=PLPgDBCA1Cb3NXTI0Ceqpw3GqXBrv7rjld

sohilpandya commented 8 years ago

Another one, really short and cool! https://medium.com/@rajaraodv/step-by-step-guide-to-building-react-redux-apps-using-mocks-48ca0f47f9a#.f5gc5hyjs

nelsonic commented 8 years ago

Good share @sohilpandya :+1: Read that one yesterday. Its a good summary of the Todo app. We need to write a more complete example... if only we had Time...! :hourglass:

ghost commented 8 years ago

Hi, guys! I'm learning React with Redux, in the process I created a kind of tutorial/guide that summarizes my understanding. Here is the first one, where I setup React with Webpack, generating a simple counter app: https://gist.github.com/MrOutis/0f8f06e1dcd9f64cdbee

Then, I did the same counter app but implementing Redux for state management. It doesn't show the power of Redux, but there are some useful links and comments. https://gist.github.com/MrOutis/0f8f06e1dcd9f64cdbee

I read the egghead notes in this repository, the first ones are pretty cool, but the rest turn out to be a transcript of the videos (pretty cool, tho, with syntax highlighting and markdown). If you find my notes somehow useful, I'd me happy to open some pull requests to integrate them with your feedback.

There's also a Ducks implementation in mind, and a redux-middleware one. Maybe adding some redux-router explanation would be amazing.

Greetings from México! :beers:

nelsonic commented 7 years ago

Redux -> elm ... https://github.com/dwyl/learn-elm/