All Projects → pradel → Create React App Esbuild

pradel / Create React App Esbuild

Licence: mit
Use esbuild in your create-react-app for faster compilation, development and tests

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Create React App Esbuild

Thyme
Simple time logging web app
Stars: ✭ 101 (-17.21%)
Mutual labels:  create-react-app
React Burger Menu Article App
React app with implemented hamburger menu
Stars: ✭ 108 (-11.48%)
Mutual labels:  create-react-app
Portfolio
My self coded personal website build with React.js
Stars: ✭ 112 (-8.2%)
Mutual labels:  create-react-app
React Easy Start
A lightweight ant-design-pro based on create-react-app.
Stars: ✭ 102 (-16.39%)
Mutual labels:  create-react-app
Portfolio
💼 My personal portfolio built with React and three.js.
Stars: ✭ 106 (-13.11%)
Mutual labels:  create-react-app
Searchkit Starter App
Searchkit starter app. Based off create-react-app
Stars: ✭ 110 (-9.84%)
Mutual labels:  create-react-app
Awesome Create React App
Awesome list of Create React App articles / tutorials / videos and FAQ
Stars: ✭ 1,321 (+982.79%)
Mutual labels:  create-react-app
Create Ueno App
The easiest and fastest way to create new web projects with next, gatsby, create-react-app and mobile projects with react-native.
Stars: ✭ 116 (-4.92%)
Mutual labels:  create-react-app
Road Beyond React App
🌈 The Road beyond React - Thing you can use after learning plain React.js
Stars: ✭ 108 (-11.48%)
Mutual labels:  create-react-app
React Mobx Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and MobX
Stars: ✭ 111 (-9.02%)
Mutual labels:  create-react-app
Webpack Format Messages
Beautiful formatting for Webpack messages; ported from Create React App!
Stars: ✭ 103 (-15.57%)
Mutual labels:  create-react-app
Conf
Landing page for event React Conf Brazil
Stars: ✭ 104 (-14.75%)
Mutual labels:  create-react-app
Generact
Generate React components by replicating your own
Stars: ✭ 1,471 (+1105.74%)
Mutual labels:  create-react-app
Sambell
wake me when it's quitting time
Stars: ✭ 101 (-17.21%)
Mutual labels:  create-react-app
React Redux Auth0 Kit
Minimal starter boilerplate project with CRA, React, Redux, React Router and Auth0 authentication
Stars: ✭ 115 (-5.74%)
Mutual labels:  create-react-app
Npm Registry Browser
Browse the npm registry with an SPA made in React, with full dev workflow.
Stars: ✭ 97 (-20.49%)
Mutual labels:  create-react-app
Cra Build Watch
A script for create-react-app that writes development builds to the disk
Stars: ✭ 110 (-9.84%)
Mutual labels:  create-react-app
React Desktops
web桌面操作系统前端UI,用了丰富的mac和win10桌面元素,包括桌面图标、窗口化子页面管理、开始菜单等组件,兼容主流现代浏览器。 适合快速开发后台管理系统的前端界面、整合企业诸多应用、通过B/S架构集成系统、可作为企业级应用管理平台。
Stars: ✭ 120 (-1.64%)
Mutual labels:  create-react-app
React Antd Admin
后台前端管理系统,基于react、typescript、antd、dva及一些特别优秀的开源库实现
Stars: ✭ 117 (-4.1%)
Mutual labels:  create-react-app
Cra Runtime Environment Variables
Guide: Runtime environment variables within Create React App
Stars: ✭ 111 (-9.02%)
Mutual labels:  create-react-app

🚀 create-react-app-esbuild 🚀

Use esbuild in your create-react-app for faster compilation, development and tests.

Features

  • Replace babel-loader with esbuild during development
  • Replace babel-loader with esbuild for faster build time
  • Replace terser with esbuild for faster build time
  • Use esbuild when running jest

Getting started

Follow the guide to setup your project.

FAQ

Why is it faster?

Internally create-react-app use babel to compile the javascript / typescript files of your application. By using craco-esbuild, you use the esbuild compiler to compile your app instead of babel. esbuild is a super fast javascript / typescript bundler and minifier written in Go.

What is craco and why do I need it?

craco (Create React App Configuration Override) is an easy and comprehensible configuration layer for create-react-app. By using craco you can customise the create-react-app configuration without ejecting.

License

MIT © Léo Pradel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].