New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@arnaud-barre/rds

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arnaud-barre/rds

React development server

0.1.3
Source
npm
Version published
Weekly downloads
40
14.29%
Maintainers
1
Weekly downloads
 
Created
Source

RDS: React Development Server

A CRA like experience, with a dev server inspired by Vite, using swc for Fast Refresh and fast build powered by esbuild.

CSS is handle via downwind a lightweight Tailwind implementation.

CLI

  • rds (start|dev) [--host] [--open] [--force]: Starts the dev server
  • rds build: Builds the app for production
  • rds (serve|preview) [--host] [--open]: Serves the production build

Defaults

  • index.html should be in /public without referencing any source file.
  • src/index.tsx is the App entry point

Configuration

The config file should be name rds.config.ts.

import type { RDSConfig } from "@arnaud-barre/rds";

export const config: RDSConfig = {
  // ...
};

See the types definitions for more information on config options.

JS API

Each of the three mode (dev, build, preview) is exposed via JS. See the types definitions for more information.

Planned features

  • create cli
  • click to component
  • restart on config change
  • design in devtool
  • dynamic import
  • qrCode
  • workers

Keywords

react

FAQs

Package last updated on 08 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts