Tanvesh SarveforTanveshtanvesh.hashnode.net·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 2 others are discussing this3 people are discussing thisDiscuss·27 likes·473 readsReact
orhun özerfororhun özer's blogorabazu.hashnode.net·Sep 8, 2022How to bundle a tree-shakable typescript library for web with tsup and publish with npmThinking of the vast frontend ecosystem, for the most part, I don’t need to implement stuff on my own. The majority of the time, I google a particular problem and most of the time I find a library or stack-overflow answer, Bingo. But there are times ...Discuss·5 likes·363 readsesbuild
rafi33forrafi33rafi33.hashnode.net·Sep 19, 2022Setting up React with Rails-7 using esbuild.Prerequisites for local setup: rails 7 installed yarn installed Create a new rails app by the command: rails new esbuildApp -j esbuild Now let us look at the Package.json and Procfile.dev Package.json package.json has our js dependencies and scr...Discuss·1 like·78 readsRuby on Rails
Daniel Suhettforsuhett.comsuhett.hashnode.net·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·33 readsesbuild
Ahmed NadarforAhmed Nadarahmednadar.hashnode.net·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·320 readsesbuild
Tanvesh SarveforTanveshtanvesh.hashnode.net·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 2 others are discussing this3 people are discussing thisDiscuss·27 likes·473 readsReact
Nivekithan SforNivekithan's blognivekithan.hashnode.net·Oct 8, 2022Deploy a lambda function written in typescript using cdktf and esbuildGoal Goal behind this blog, is to deploy a lambda function in aws written in typescript using cdktf and esbuild and make that lambda function invocable from internet. Prerequisite I assume you have Basic typescript knowledge git, node, npm and terr...Discuss·1 like·168 readscdktf
rafi33forrafi33rafi33.hashnode.net·Sep 19, 2022Setting up React with Rails-7 using esbuild.Prerequisites for local setup: rails 7 installed yarn installed Create a new rails app by the command: rails new esbuildApp -j esbuild Now let us look at the Package.json and Procfile.dev Package.json package.json has our js dependencies and scr...Discuss·1 like·78 readsRuby on Rails
orhun özerfororhun özer's blogorabazu.hashnode.net·Sep 8, 2022How to bundle a tree-shakable typescript library for web with tsup and publish with npmThinking of the vast frontend ecosystem, for the most part, I don’t need to implement stuff on my own. The majority of the time, I google a particular problem and most of the time I find a library or stack-overflow answer, Bingo. But there are times ...Discuss·5 likes·363 readsesbuild
Ademola AdebowaleforGhostxD's Blogghostxd.hashnode.net·Aug 16, 2022How to Setup Eslint in a Vite React ProjectReact is a popular JavaScript library in the sphere of frontend development. React makes it easy for developers to build user interfaces on reusable UI components. I recently started using Vite to scaffold some of my React projects and it's being won...Discuss·1 like·623 readsReact
Andrew FosterforAndrew's Getting Back on the Railsandrewfoster.hashnode.net·Aug 5, 2022Using TypeScript for Stimulus - Changing importmaps to esbuildUp until this point all the Stimulus controllers have been written in plain JavaScript. I would prefer to switch over to TypeScript instead. There are any number of articles espousing the benefits, but for me, anything that prevents a bug from being ...Discuss·214 readsRails 7 ApplicationRuby on Rails