Closed markerikson closed 5 years ago
Hi @markerikson ,
sry. for the delay.
First, wanted to let you know that I might be using some of the code as a starting point for some of the examples / tutorials I hope to write in the near future
Great, looking forward to it 👍. Feel free to use any parts of the code as needed. There is also a written tutorial series that explains the project. The Redux part will start roughly from part 20 onwards which is not yet released.
Second, I would love to have you convert some of Youtube-React's actual code to use Redux Starter Kit and show how to use it in your videos!
We can definitely think about doing so. However, I already finished with all the 45 written tutorials. Therefore I'd rather release all of them first and then we could about restructuring it. Otherwise I have to rewrite about 25 tutorials (with 1000+ words each).
Sure, I figured something like that might be the case. Just wanted to bring Redux Starter Kit to your attention. Hope it helps!
Hi, I'm a Redux maintainer.
I saw a link to your project today, and it looks pretty neat.
We have a new Redux Starter Kit package can simplify a lot of common Redux usage patterns, including store setup, defining reducers, immutable update logic, and even creating entire "slices" of state automatically without writing any action creators or action types by hand.
I'm hoping to add a "Usage Guide" docs page in the near future, and I've actually been looking for a moderately complex app that I can use as a basis for demonstrating the ways that Redux Starter Kit can simplify things. Youtube-React looks like the reducer logic and store setup fit that "medium complexity" level I'm looking for, although the use of sagas is not something I care about right now.
So, two thoughts:
If you've got any questions or anything I can help with, please ping me @acemarke on Twitter and Reactiflux, or tag me here on Github.