pixijs / pixi-react

Write PIXI apps using React declarative style
https://pixijs.io/pixi-react/
MIT License
2.24k stars 172 forks source link

doc: major updates to Pixi React site #468

Closed gregfenton closed 3 months ago

gregfenton commented 5 months ago
Description of change

Quick Start instructions now use Vite (CRA is deprecated) and work without issues (previously was rendering black text on black background). Also modified docusaurus configuration so that use of PIXI.* is no longer needed, following better practices of importing functions as needed.

Pre-Merge Checklist
codesandbox-ci[bot] commented 5 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 1bbd79c6a130437a0a66008267d19b663f8820bc:

Sandbox Source
sandbox Configuration
Zyie commented 5 months ago

Thanks for this PR @gregfenton, aiming to take a proper look soon but looks good so far!

Zyie commented 3 months ago

Hey @gregfenton i've made a new PR #478 thats takes a lot of your work here as i had a few troubles with your branch but i will make sure to credit you in the release notes for this!

Thank you for putting in the effort to help this project