Mateusz Łątka
@mlatka9All comments
- @mcornale@mlatka9
Cool solution. How did u make animation on hiding settings modal?
- @naiiiden@mlatka9
Nice solution. Look at <details> tag in HTML. Its gives all functionality you need and also deliver accessibility for free. for free https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details
Marked as helpful - @mlatka9@mlatka9
Also what do u think about best practices to make loading screen in React?