Skip to main content

Intro

Repacked: A Modern Build Toolchain for React

What is Repacked?

Repacked is a zero-config build toolchain for React projects that takes care of all the common setup tasks such as bundling, compiling, and optimizing your application. Inspired by create-react-app and react-scripts, Repacked simplifies the React development experience, allowing you to focus on writing your code while it handles the heavy lifting.

Key Features

  • Zero Configuration: No need to write complex Webpack or Babel configurations. Repacked handles it for you.
  • TypeScript Support: Out-of-the-box support for TypeScript, making it easy to integrate into modern React projects.
  • Hot Module Replacement (HMR): Works seamlessly with react-refresh for instant feedback during development.
  • Flexible Configuration: All configuration options are optional. You can override or add settings as needed.

Getting Started

Use

npx create-repacked@latest

Or

yarn create repacked

Repacked simplifies the developer experience, letting you focus on building great applications.