keanuwilliams / inspirational-homepage

An application that interacts with different APIs to display the current weather, a background image, and an inspirational quote.
1 stars 0 forks source link

Prevent re-render of entire settings menu on change #41

Closed keanuwilliams closed 3 years ago

keanuwilliams commented 3 years ago

Currently, the settings menu re-renders every time the background, time preference, or temperature units are changed. Prevent the entire settings menu to be re-rendered to make it easier for mobile users.

Step to Recreate:

  1. Tap the Settings icon
  2. Scroll down (if possible)
  3. Change time preference, temperature units, or background index

Expected Results: Entire settings menu does not re-render, and stays at the same position the user is currently at. The only component that re-renders is the option the user selected.

keanuwilliams commented 3 years ago

Will move this to a future update or maybe not implement at all. It is not of high importance.