DEV Community

Tony Greeley
Tony Greeley

Posted on

100 Days of Code ~ Day 4

Today started with activity 5 from JavaScript30 which included practicing CSS flex box and changing them with vanilla JavaScript. Wasn't super excited about this one as CSS and flex box are most certainly NOT my friend, but it did make me realize that they are simply skills I need more practice on so will be looking to do so in the near future, any recommendations on good sources for such are most definitely welcome!

Finished up by completing more of Udemy course I'm also working on React Testing with Jest and Enzyme where we moved into setting up Redux for the app were making by configuring the store, setting up reducers, including the root reducer, setting up the actions and tests for all of the above. The course actually also offers a path of making the app with React hooks instead of Redux and I'm planning on doing it both ways as while I'm very familiar with Redux, I haven't taken much time to familiarize myself with React hooks and look forward to doing so!

Top comments (0)