Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bowdo/react-scripts-rust

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bowdo/react-scripts-rust

Configuration and scripts for using Rust with Create React App

  • 2.1.7-p1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

react-scripts-rust

This package includes scripts and configuration used by Create React App (Rust).
Please refer to its documentation:

  • Getting Started – How to create a new app.
  • User Guide – How to develop apps bootstrapped with Create React App.

Quick Overview

First install Rust if you haven't already

curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env

Then you can run the tool with npx

npx create-react-app my-app --scripts-version react-scripts-rust
cd my-app
npm start

After the project has loaded in Chrome any changes in src/lib.rs should result in an instant update in the browser.

FAQs

Package last updated on 19 Feb 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc