Frontend
Frontend copied to clipboard
[Refactor] Profile Page
Refactoring the Profile Page
Here are few practices which we need to ensure while refactoring a file-
- Removing the inline CSS and adding them into a separate CSS file.
- Breaking the page into smaller components and reusing them when needed.
- Adding app the API calls into the actions directory.
- Making sure the code is modular enough.
Looking forward to your contribution :)