RajiDurai / Counter_React

counter problem
0 stars 0 forks source link

Understand the application and identify the issue #1

Open RajiDurai opened 1 month ago

RajiDurai commented 1 month ago
  1. Read the problem multiple times
  2. Set up the project and run the app
  3. Understand the flow of the app from UI
  4. identify the issues
    • one affects both the Parent and the Child and one just affects the Child
RajiDurai commented 1 month ago
  1. Done
  2. Done
  3. Done
  4. Known issues: The parent and child are rendered twice every time there is a change in state or app is initiated or refreshed.
RajiDurai commented 1 month ago

Creating a separate GH issue for every issue identilfied