Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this project still active? #604

Open
RaddishIoW opened this issue Jan 17, 2021 · 10 comments
Open

Is this project still active? #604

RaddishIoW opened this issue Jan 17, 2021 · 10 comments

Comments

@RaddishIoW
Copy link

There are some warnings in my version of React (v17) which come from this library, but there doesn't appear to be any activity by the maintainers for quite some time now?
I would be happy to help, if it's a case of doing some general maintenance and GitHub admin?

@serprex
Copy link

serprex commented Jan 30, 2021

I've published a fork with latest (which supports v17) https://github.com/serprex/react-motion which is on npm as @serprex/react-motion

edit: I've since removed react-motion as a dependency for openEtG, you may be interested in @korbav/react-motion, npm link, though make sure you're compatible with their continued fixes which may not be compatible with your code

@eugle
Copy link

eugle commented Feb 16, 2021

Thanks for your efforts, I have replaced React - Motion with your fork, which continues to be stable and gets me out of the console.log warning

@ragesoss
Copy link

ragesoss commented May 8, 2021

@serprex Thanks for making a React 17-compatible version! I'm interested in switching over to your fork. Can you enable issue on it?

Also, I noticed that the NPM version is 0.6.1 but the github version is 0.6.0. Are there missing commits on github, or what?

@dcsan
Copy link

dcsan commented Jun 1, 2021

npm i -S serprex/react-motion

what else are people using instead of this lib nowadays for animation in react?

@nkbt
Copy link
Collaborator

nkbt commented Jun 1, 2021

@dcsan good old pure css transition and animations

@dcsan
Copy link

dcsan commented Jun 1, 2021

@serprex I feel like I'm being dense, but I'm having trouble finding your module.

npm i -S serprex/react-motion

the import as

import { Motion, spring } from 'react-motion';

or
import { Motion, spring } from 'serprex/react-motion';

But I'm getting:

Module not found: Can't resolve 'react-motion' in '/usr/local/home/dcollier/dev/kzen/client/src/pages/buckets'

./src/pages/buckets/BucketPhrase.tsx
Module not found: Can't resolve 'serprex/react-motion' in '/usr/local/home/dcollier/dev/kzen/client/src/pages/buckets'
^Cmake: *** [Makefile:5: run] Interrupt

## checking it's installed:

dcollier@dcsan:~/dev/kzen/client$ npm ls
npm ls
client@0.1.0 /usr/local/google/home/dcollier/dev/kzen/client
├── @fontsource/roboto@4.3.0
├── @material-ui/core@4.11.4
├── @material-ui/icons@4.11.2
├── @material-ui/lab@4.0.0-alpha.58
├── @serprex/react-motion@0.6.0 (git+ssh://git@github.com/serprex/react-motion.git#07d378ff912c92370978828a29620e123b830eca)
├── @testing-library/jest-dom@5.11.9
├── @testing-library/react@11.2.5
├── @testing-library/user-event@12.8.3
├── @types/jest@26.0.20
├── @types/node@12.20.4
├── @types/react-dom@17.0.2
├── @types/react-router-dom@5.1.7
├── @types/react@17.0.3
├── package.json@2.0.1
├── react-dom@17.0.1
├── react-google-charts@3.0.15
├── react-router-dom@5.2.0
├── react-scripts@2.1.8
├── react-select@4.2.1
├── react@17.0.1
├── typescript@4.2.3
└── web-vitals@1.1.0

how should I include the lib? Thanks!

@serprex
Copy link

serprex commented Jun 1, 2021

import ... from '@serprex/react-motion'

Note that it was straight forward for me to publish to npm, I'm only maintaining as much as necessary for https://etg.dek.im (openEtG since updated to not use react-motion, so npm package isn't necessary at all, but leaving it for those who are using it), if anyone has doubts they should create their own npm package of react-motion. I didn't do much besides update a few dependencies

@VulcanTech-io
Copy link

@chenglou Can you add some maintainers?

@holzmaster
Copy link

Are there any alternatives?

@nkbt
Copy link
Collaborator

nkbt commented Dec 4, 2023

Are there any alternatives?

css transitions

Repository owner deleted a comment from theformer Dec 4, 2023
Repository owner deleted a comment from theformer Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants