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 6, 2024
1 parent b3cb774 commit dd2d515
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ My React experience has been on and off as my career led to be a Senior Frontend
- Categories data comes from Firebase.
- Code performance improvements:
- added `useCallback` to avoid redefining functions;
- added `memo` to some components to avoind unnecessary re-renders;
- added `memo` to some components to avoid unnecessary re-renders;
- added react `lazy` and `Suspense` to App for better bundle/code splitting;
- Added Unit Test for basic testing + Redux Reducer and Selectors.

Expand Down Expand Up @@ -57,6 +57,10 @@ My React experience has been on and off as my career led to be a Senior Frontend
- Checkout total element has fixed positions for better UX if having scroll (different between mobile/desktop)
- Product card image effect, shadows, corners and button appearing css animation added
- Added site footer with bottom position.
- Image lazy loading
- Loading properly added on category pages
- Scroll position reset to top on "page" change
- Smooth CSS animation on "page" change

## About the Course
Now that I finished the course, 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 dd2d515

Please sign in to comment.