Skip to content

Commit 340b0c0

Browse files
committed
fix(docs): remove Create React App section and update Discord link
1 parent b92ef01 commit 340b0c0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/docs/getting-started/ecosystem.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,6 @@ export default function GamePage() {
245245
}
246246
```
247247

248-
### Create React App
249-
250-
`@pixi/react` works out of the box with Create React App. Just install the dependencies and start building:
251-
252-
```bash
253-
npm install pixi.js@^8.2.6 @pixi/react
254-
```
255-
256248
### Vite
257249

258250
Perfect compatibility with Vite's fast development experience:
@@ -268,7 +260,7 @@ npm install pixi.js@^8.2.6 @pixi/react
268260

269261
- **[GitHub Repository](https://github.com/pixijs/pixi-react)** - Source code, issues, and discussions
270262
- **[GitHub Discussions](https://github.com/pixijs/pixi-react/discussions)** - Ask questions and share ideas
271-
- **[PixiJS Discord](https://discord.gg/QrnxmQUPGV)** - Get help from the community
263+
- **[PixiJS Discord](https://discord.gg/zqbXQAADuM)** - Get help from the community
272264
- **[Examples](https://github.com/pixijs/pixi-react/tree/main/docs/src/examples)** - Browse code examples
273265

274266
The combination of React's declarative component model with PixiJS's high-performance rendering provides everything you need to build incredible interactive experiences.

0 commit comments

Comments
 (0)