## Why The current approach is not fully optimized. We can apply the high-order component for this. [Ref](https://github.com/manh-t/react-survey/pull/53#discussion_r1269128230) - Resource: https://legacy.reactjs.org/docs/higher-order-components.html#:~:text=A%20higher%2Dorder%20component%20(HOC,and%20returns%20a%20new%20component. ## Acceptance Criteria - Create a ShimmerWrapper component that takes parameters from the parent and render the component accordingly.
Why
The current approach is not fully optimized. We can apply the high-order component for this. Ref
Acceptance Criteria