DEV Community

Discussion on: Which functions/methods do you...

Collapse
 
brampayrequest profile image
Bram Hammer

Depends on the type of project.
For react websites I have a blocker (loading animation, waiter) which is 80% universal, maybe add a custom (s)css to style it.

I also keep a standard react-table setup that adds a layer upon react-table fixing the issues it has in typescript (types aren't extended when a function is added,)