AMAngel Martinezinblog.angelmtz.dev·Sep 17, 2021 · 5 min readNest.js - Introduction (Part 1)I've been learning Nest.js for the last few months and it has become my favourite Node.js framework. So, because of that, I decided to write a little introduction about Nest.js and how it works. What is Nest.js? First of all, if it's the first time y...00
AMAngel Martinezinblog.angelmtz.dev·Jan 31, 2021 · 6 min readDark Mode in Tailwind CSSIn this article, you'll learn how to integrate Dark mode in your ReactJS projects using Tailwind CSS. Set up the project First, we need to create a ReactJS project, for that, we gonna use the create-react-app package. So, open your terminal and put t...00
AMAngel Martinezinblog.angelmtz.dev·Nov 21, 2020 · 2 min readReactJS: Tailwind CSS StarterDo you like tailwindcss and ReactJS? If the answer is yes, a few weeks ago I created a template for React (cra) that allows you to create a create-react-app project with Tailwind CSS already configured. in order to avoid setting tailwindcss in every ...00
AMAngel Martinezinblog.angelmtz.dev·Nov 4, 2020 · 9 min readReactJS - Tailwind CSS with CSS-IN-JSIntroduction In this post, I'll explain what's Tailwind CSS and Twin. As well I'll explain how to integrate them to make use of Tailwind CSS with the power of CSS-IN-JS. What is Tailwind CSS? Maybe this is the first time you've heard about Tailwind C...00