Caio Borghi

Results 6 comments of Caio Borghi

> > What are the use cases for this hook? I don't consider the initial primer a valid use case. Why would you want to increase elevation depending on the...

Do you have any ideia if there is a good way to set the currentBreakpoint without causing many rerenders? A property from useTheme to listen to would be great.

@oliviertassinari could this one be re-opened?

I'm trying to persist the entire state of a component into a variable to be able to retrieve it but it's not returning the state. ``` import React, { useState...

So, in this case, if user clicks on the radio then clicks on switch twice, the radio button should still be clicked.

Here's a video of the wanted behavior: I wan't to store a component full state as a variable and store it somewhere (localStorage or Redux store) but I need it...