Closed nelsonic closed 7 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.
@besarthoxhaj looks good. :+1:
@sohilpandya I think you were working through a tutorial with @minaorangina that you guys thought was pretty epic too?
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. 😊
Another one, really short and cool! https://medium.com/@rajaraodv/step-by-step-guide-to-building-react-redux-apps-using-mocks-48ca0f47f9a#.f5gc5hyjs
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:
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:
Redux ->
elm ... https://github.com/dwyl/learn-elm/
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