Crispin Kalarickalcaptain-kentucky.hashnode.dev·Aug 30, 2024Lightning-Fast React Setup 2024: How to Build a React App with esbuild in MinutesIntroduction In the fast-paced world of web development, efficiency and speed are crucial. React, one of the most popular JavaScript libraries for building user interfaces, has empowered developers to create dynamic and responsive web applications. H...Discuss·51 readsReact
Nicanor Talks Webblog.nicanor.me·Jul 29, 2024JavaScript and TypeScript BundlersI recently took on a #WeekendBuild challenge idea to create an autocomplete/autosuggestions input package, nicanor-autocomplete. Of course, it seems like a stupid idea, but the end game was learning and building a package-ready product. In the proces...DiscussBundler
Thomas Portelangeblog.lekoala.be·Apr 29, 2024You might not need SASS anymoreOk. I did it. Back to (almost) plain old regular css for building my last project. You would think that SASS would be absolutely necessary to have a pleasant DX, but as it turns out, I don't think I need it anymore. I don't know about you, but as far...Discuss·112 readsCSS
Rubén Peregrinarubenperegrina.com·Mar 4, 2024What type of builders there are in Angular?Since the release of Angular 17, now we have three different builders to choose from when building our applications. These builders are based on Webpack, EsBuild, and serve the purpose of Server-Side Rendering (SSR). In this article, we will explore ...Discuss·11 likes·380 readsAngularAngular
Hasen Judihasen.hashnode.dev·Jan 2, 2024How to create a React app from scratch (2024)This is a guide for setting up the frontend of a web application that can import libraries from npm: the node package manager. The article's title mentions React, but this is done for the purpose of helping people find this guide (aka "SEO"). Althoug...DiscussReact
Vishwajeetsingh Desurkarblog.vishwajeetsingh.in·Oct 17, 2023Unleash Rails 7 UI Development with ESBuildUI development in web applications has seen significant advancements in recent years, and the Rails framework has embraced these changes with each new release. Rails 7 introduces the ESBuild bundler, which brings a range of benefits to UI development...DiscussRails
David Hewittdavidmhewitt.hashnode.dev·Jul 14, 2023Integrating Mapbox into a Phoenix 1.7 Project - Part 1 - Project SetupI recently needed to add Mapbox to a Phoenix project and it took a few attempts to get a clean result without modifying too much of the Phoenix project structure. So, this article documents the process for anyone else that needs to do this. Project S...Discuss·98 readsIntegrating Mapbox into a Phoenix 1.7 ProjectPhoenix framework
Daniel Suhettsuhett.com·Mar 13, 2023Esbuild, Vite e o fim do WebpackWebpack e seus concorrentes foram fantásticos para o empacotamento de projetos de front-end durante muito tempo, porém eles carregam o fardo de ser uma tecnologia com mais de 10 anos, em um contexto extremamente volátil e disruptivo como a web, entre...Discuss·328 readsesbuild
Ahmed Nadarahmednadar.hashnode.dev·Feb 16, 2023Setup TailwindCSS and esbuild on Rails 7Every time I run a new rails application, I’d need to configure essential tools for my front-end stacks such as TailwindCSS and esbuild. I’ve adopted my configuration from my friend Pete Hawkins’s post on The best way to run Tailwind CSS on Rails. An...Discuss·905 readsesbuild
Tanvesh Sarvetanvesh.hashnode.dev·Jan 26, 2023Speed up your create-react-app build times by 80% with esbuildA short view back to the past create-react-app in 2017 (its v1 release) was this cool kid in around the block. We finally had a go-to way to start a react project that you couldn't go wrong with. But as happens with everything on the web, people real...Himanshu Singh and 3 others are discussing this4 people are discussing thisDiscuss·27 likes·5.9K readsReact