Would you rather

is there any good and easy tutorial for ‘would you rather’ in recat-redux ? I m new to redux and need easy tutorial of this one.

That’s ludicrously specific, so no, not likely. You want to make a very specific game (well, kind of a game), using React, with Redux as a state container.

Write down how it works, then go off and do some tutorials on Redux. Come back to it after going through those, when you hopefully know what you’re doing. Or write without Redux, and if you realise you need a state container (you don’t generally add Redux unless it is needed), add Redux in after doing some tutorials and reading up on it.

1 Like