Skip to content

Commit

Permalink
Updating Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Spengler committed Apr 5, 2024
1 parent aae8f7e commit 0312778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ My React experience has been on and off as my career led to be a Senior Frontend
- added `useCallback` to avoid redefininig functions;
- added `memo` to some components to avoind unnecessary re-renders;
- added react `lazy` and `Suspense` to App for better bundle/code splitting;
- Added Unit Test for basic testing + Redux components.
- Added Unit Test for basic testing + Redux Reducer and Selectors.

## Extra features / learning by me (not part of the course)
- Products have currency and proper price format.
Expand All @@ -51,7 +51,7 @@ My React experience has been on and off as my career led to be a Senior Frontend
- Added **Redux-Persist** for minicart with **Redux-Toolkit**.
- Added Loading element on categories async fecth using **Redux-Toolkit** `createAsyncThunk` approach.
- Added scroll position reset when navigating to checkout
- Unit Test added with **Vitest** + **Testing-Library** + **Jest** as I built the project using Vite and not CRA.
- Unit Test added with **Vitest** + **Testing-Library** + as I built the project using Vite and not CRA.

## About the Course
While I'm still doing the course and plan to finish all modules, I'm not sure I recommend it. I can't judge the React part itself too much, and the course still has its values to introduce many different topics needed for someone wanting to learn React, but I expected way more from it.
Expand Down

0 comments on commit 0312778

Please sign in to comment.