
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@react-three/create
Advanced tools
@react-three/create Official CLI for creating React Three Fiber projects
Create a new React Three project using the following command:
npm create @react-three
[name]
- Optional name for your application. If not provided, you'll be prompted to enter one.Option | Description |
---|---|
--url <url> | Specify a custom URL to fetch create options from |
--js | Use JavaScript instead of TypeScript |
--ts | Use TypeScript (default) |
--drei | Add @react-three/drei for useful helpers and abstractions |
--handle | Add @react-three/handle for event handling |
--leva | Add leva for creating controls and panels |
--postprocessing | Add @react-three/postprocessing for post-processing effects |
--rapier | Add @react-three/rapier for physics |
--xr | Add @react-three/xr for VR/AR support |
--uikit | Add @react-three/uikit for UI components |
--offscreen | Add @react-three/offscreen for offscreen rendering |
--zustand | Add zustand for state management |
--koota | Add koota for animation |
--triplex | Add Triplex for a visual development environment |
--viverse | Setup viverse deplyoment |
--package-manager <manager> | Specify package manager (npm, yarn, or pnpm) |
--skip-setup | Skip automatic dependency installation, dev server start, and browser opening |
-y, --yes | Skip prompts and use default values |
Create a new project with TypeScript and drei:
npm create @react-three my-app --drei
Create a project with JavaScript and multiple features:
npm create @react-three my-app --js --drei --leva --zustand
Create a project using pnpm:
npm create @react-three my-app --package-manager pnpm
This project is supported by a few companies and individuals building cutting edge 3D Web & XR experiences. Check them out!
FAQs
@react-three/create Official CLI for creating React Three Fiber projects
The npm package @react-three/create receives a total of 1 weekly downloads. As such, @react-three/create popularity was classified as not popular.
We found that @react-three/create demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 23 open source maintainers collaborating on the project.
Did you know?
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.