Best of daily.devJune 2021

  1. 1
    Article
    Avatar of dailydaily.dev·5y

    Tailwind CSS from Zero to Hero - Extracting Components and Setting up for Production

    This is the fourth and probably the final piece in the Tailwind Zero to Hero series. This time we will be using some really useful concepts like using components, and getting our entire “Plant-a-holic” project ready for production. The concept is similar to what you might have used in frontend libraries or frameworks like React or Angular.

  2. 2
    Article
    Avatar of dailydaily.dev·5y

    React 18, Next.js 11, DDD, face-api - Picks 185

    Next.js 11 was announced last week in the Next.js Conf. The new version is packed with some brilliant features. Learn how to detect faces in your web application using nothing but JavaScript. Use the browser's bookmarks to execute common JavaScript snippets on the current web page. 10+ Useful React UI Libraries For Your Project.

  3. 3
    Article
    Avatar of dailydaily.dev·5y

    Tailwind CSS from Zero to Hero - Responsiveness and Custom Utilities

    This is the third article in the Tailwind CSS series. We will be using the demo from the previous article to make all things happen. We are also going to do a bit of clean-up of our HTML code with the help of some utilities. As always there will be plenty of explanations and code examples along the way.