react-text-loop-next icon indicating copy to clipboard operation
react-text-loop-next copied to clipboard

Update devDependencies + Add react 18

Open nikeee opened this issue 3 years ago • 4 comments

I'm currently getting install errors due to react 18 not being supported.

nikeee avatar Oct 31 '22 00:10 nikeee

I don't think anyone is going to respond. Did you upload your fix to npm under a different name? @nikeee

oren-z0 avatar Mar 20 '23 10:03 oren-z0

Nope. If anybody wants to do that, just grab my fork

nikeee avatar Mar 20 '23 15:03 nikeee

@nikeee @oren-z0 I have just published a new npm package that also supports React 18. It might be helpful. https://www.npmjs.com/package/easy-react-text-loop

It's not better but it works! :)

josephgoksu avatar Jul 02 '23 21:07 josephgoksu

I created a (more or less) hard-fork of this project: https://github.com/pr0gramm-com/react-text-loop-next

Differences:

  • react 18
  • removed test that was basically useless
  • yarn -> npm
  • prettier -> biome
  • eslint -> biome
  • CI and dependabot
  • dopped cjs support
  • dropped support for browsers that don't support requestAnimationFrame or cancelAnimationFrame

Which leads to a lot slimmer and simpler project setup. We'll publish it to npm as soon as we're ironed stuff out. If the author of this package wants, they can take the entire code base. Contributions are also very welcome!

holzmaster avatar Dec 02 '23 23:12 holzmaster