Best of Frontend DevelopmentSeptember 2022

  1. 1
    Article
    Avatar of btrprogBetter Programming·4y

    Goodbye Electron. Hello Tauri, A Rust-powered Backend Framework

    Electron is a Rust-powered Backend Framework paired with a React frontend to offer an awesome browser-less experience. Tauri is a toolkit that helps developers make applications for the major desktop platforms — using virtually any frontend framework in existence. For completeness, you can find the entire code base for my community project on my Gitlab.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    What is Tailwind CSS? A Beginner's Guide

    Tailwind CSS is a new tool that takes away a lot of the burden from us. There are many ways to write CSS out there – like Vanilla CSS3, LESS, SCSS, Bootstrap, styled-components, Windi CSS, and more – and even our OG HTML. The concept of Atomic CSS is not new but tailwind CSS takes it to another level.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    Building a Pomodoro Timer with Tauri using React and Vite

    Tauri is a set of tools that lets you build cross-platform desktop apps using frontend frameworks. When combined with React and Vite, it can be used to build extremely fast binaries for all desktop platforms. In this post, we will build a simple Pomodoro timer, and invite you to follow along with Below are the requirements for our app. To start, head over to src/App.tsX.tsx.

  4. 4
    Article
    Avatar of itnextITNEXT·4y

    Shorten go-live time for Node.js applications with Amplication

    Amplication is an open-source tool for implementing the frontend as well as the backend of our application in minutes through a user interface. Amplication takes away the burden of choosing our stack and it provides us with a predefined stack with a lot of boilerplate code which is ready.

  5. 5
    Article
    Avatar of communityCommunity Picks·4y

    Why const over let

    Reassignments are wrong, they are a code smell, and they aren't good to write, avoid them whenever you can. If both const and let variables can be mutated/changed, does it really matter which one we pick?

  6. 6
    Article
    Avatar of glcGolang News·4y

    How to use Buffalo, a Golang rapid web development Framework

    How to use Buffalo, a Golang rapid web development Framework Intro – Rapid Software Development in the Modern World with Golang. This post is the first in a planned series about rapid software development in the modern world. Buffalo can generate both pure backend API services and fully-fledged web apps with frontend matter included.

  7. 7
    Article
    Avatar of communityCommunity Picks·4y

    Debouncing and Throttling in React

    Debouncing and Throttling in React can be done without using any 3rd part libraries. Debouncing enforces that a function won’t be called again until a certain amount of time has passed without it being called.

  8. 8
    Article
    Avatar of semaphoreSemaphore·4y

    Microfrontends: Apply the Microservices Pattern to the Frontend

    Microservices are a popular way to build small, autonomous teams that can work independently. With a microfrontend, no single team owns the UI in its entirety, every team owns a piece of -->. The virtual keyword makes the webserver request the content from a URL or CGI program. The main tools we have to write loosely-coupled components are Custom Elements are Custom elements. Custom elements are part of the HTML standard.

  9. 9
    Article
    Avatar of asayerasayer·4y

    Next.js vs NuxtJS: a comparison of two powerhouses

    NuxtJS is a free, open-source JavaScript framework used to build Vue.js apps. Its objective is to make it simple, quick, and organized for Vue developers to benefit from cutting-edge technologies. The distribution of Nuxt JS is because the page is initially empty when we rely on JavaScript. There is no material to index or process before JavaScript is performed. A lot of crawlers don’t support JavaScript.