pixijs / pixi-react

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

Feature Request: the @inlet/react-pixi package should be taken down or the docs amended to note it's deprecated #411

Closed fergusmeiklejohn closed 1 year ago

fergusmeiklejohn commented 1 year ago

Description

Searching for pixiJS and react lead me to @inlet/react-pixi. It would be better for new users to be directed more forcefully towards this repo IMO. I lost an hour or two trying to figure out why it wouldn't work I'm assuming React18.. :-(

Maybe this npm page could be amended: https://www.npmjs.com/package/@inlet/react-pixi And the docs page here: https://reactpixi.org, where the install instruction is npm install @inlet/react-pixi --save

AndreasWintherMoen commented 1 year ago

Wow, I just had the exact same problem. Wasted an hour working with the wrong package.

altarrok commented 1 year ago

Wasted 2 hours downgrading all of my dependencies for this..

Heilemann commented 1 year ago

Same.

patrikkaura commented 1 year ago

Well I am glad that I found this issue ... after 30 minutes of trying I almost started to look for an alternative 😄

sergioisidoro commented 1 year ago

+1 - Was following https://reactpixi.org/ thinking it was the official docs

RJWadley commented 1 year ago

@inlet I believe you can help with this, since you own that older package.

I'd recommend deprecating the package by running npm deprecate @inlet/react-pixi "package moved to @pixi/react" This will leave old versions accessible, but will show a warning when installing the package and on the npm page.

inlet commented 1 year ago

Good point guys! Sorry to hear it wasted your valuable time.

I’ll deprecate the package with a good deprecation message and bring down reactpixi.org asap

inlet commented 1 year ago

I've just deprecated the npm package @inlet/react-pixi and removed the reactpixi.org site as this is no longer needed.