proposals icon indicating copy to clipboard operation
proposals copied to clipboard

two/three part mini-series on a small project covering react hooks with reducers and testing

Open sumantka opened this issue 6 years ago • 1 comments

Hey @yamalight thanks for all the content. For the company I work at, we use react for our frontend and have been looking to gradually convert a traditional react/redux app to hooks system. It'd be nice if you could cover a mini project which covers:

  • react hooks primarily using useReducer/useContext since they seem to ultimately settle as the de-factor state management over redux (atleast). Also open to suggestions on any other global state management which can scale
  • react-testing-library or any modern testing library for react which can take full use of these useReducer/useContext to simulate state changes

Thanks

sumantka avatar Mar 13 '19 02:03 sumantka

hey @sumantka, thanks for submitting this. sure, that sounds like a nice set :)

yamalight avatar Mar 13 '19 09:03 yamalight