Tag: react
Using CSS Modules with create-react-app
Coming up with new class names for slightly different components can get hard really quick. Let's see how we can solve that in React with CSS Modules.
React and Tailwind CSS Setup
What if there was a way to achieve responsive UI without being bound by the rules of any UI kit? Let's get started with TailwindCSS and React.