# SWC

!!!warning
`@workleap/swc-configs` is now in maintenance mode, with the exception of the [Jest shared configurations](./configure-jest.md), which remain actively maintained. If you're starting a new project, consider using [@workleap/rsbuild-configs](../rsbuild/getting-started.md) or [@workleap/rslib-configs](../rslib/getting-started.md) instead for better performance and modern tooling.
!!!

## Main features

The shared configurations offered by `@workleap/swc-configs` includes the following features 👇

### Language support

- JavaScript
- TypeScript

### Framework support

- React

### Development features

- Fast Refresh

### Production features

- Minification

### Target environment

- ESM
- ECMAScript features matching the provided `browsers`

## Getting started

To get started, follow the quick start guide to configure SWC for either a [development environment](configure-dev.md), a [production environment](configure-build.md) or to run [Jest tests](configure-jest.md).
