-
Notifications
You must be signed in to change notification settings - Fork 651
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
Roadmap #630
Comments
Hi, Matija! I really like the library!) It helped me create such complex animation, which you can watch on my LinkedIn post Аnd with all its simplicity and performance, I think it deserves more attention than it currently has (correct me if I'm wrong). When I discovered RTG almost a year ago, it was difficult at first to understand, how can I create animations that I needed at the time. I think that was because of the lack of examples and not so clear explanations of core components. And the landing page looks really simple. I think I have an idea on how to increase the popularity of the library and speed up it's learning by new users.
I can help with all the points above. |
I totally agree that this library that is seen as official deserves far more! Every time someone posted an issue where they misunderstood how to use the library, I committed a change to the docs in hopes to eventually make it clear enough, but apparently it needs something different.
Sure, I'm open to suggestions!
I like the one on the bottom left the most. 😃 Looking forward to seeing the entire design.
Yep, it's a bit hard to pin down, but I think the most common use case is animating presence of an element in the DOM. I'm very much open to suggestions.
I'm not sure about comparison because other libraries offer more functionality, I see this library as the minimal React way to make the reflow hack, I'm not sure if there are other libraries doing only that. But bundle size couldn't hurt. 👍
Sure, the more examples the merrier!
Can't they do that from examples? (The previous point.) Please explain further. In any case, thanks for wanting to help, it's much appreciated, I'll be happy to review your code. |
Is this also an opportunity to extend and improvee some functionality?
|
Isn't this already the case considering that |
I wish it does, but I got an error when used with 2 children. |
@silvenon @jquense Is anyone maintaining this repo? I wondered it because the last commit not by dependabot is Jun 4 2020. |
Not for a long time, as you correctly noticed. I had plans, as described in this issue, but I lost my drive. If you're looking for a quick replacement, it looks like @headlessui/react is a good choice. |
I also don't have much time for this. tbh I'm pretty disenfranchised with the idea of a good general purpose animation component like RTG or at least with me being a good person to do it. Most of these hooks or affordances really need to be built into React itself, like Vue and Svelte both have. The other viable alternative is pure JS driven libraries like framer motion, which are a big commitment but work great. I've found that in most cases with one off or simple CSS transitions it's just better to do it manually with a |
@silvenon @jquense I agree with you that there are now many options to implement animations in React ecosystems and web-standard ways. |
Yep, this maintenance fadeout is the worst for such a popular library. I thought I was eventually going to deliver on my promise, but I should have realized that my focus has changed. As far as I'm concerned, please take over. 👍 |
happy to hand it off, RTG is heavily depended on and it's much better if it keeps being maintained. |
@silvenon I'm working on the Fluent UI library, and we're looking into animations in our library. I also agree that the library could do with modernization especially on a hook based approach for animations. Would you be interested in working together on this? |
What could the hook API give you that's more convenient for your goal? Did you try Transition from Headless UI? It's been meeting all of my needs and it's maintained by Tailwind Labs, who have resources for continued maintenance. |
hi @silvenon, any thoughts around making |
Would probably be a good idea as part of v5. |
Do we have a plan or active maintaince right now. It's absolutely ok if the answer is "no", I'm not exactly involved either. Mostly I just want to know if it'd be ok to PR a few ideas that change the API significantly. I've written components and hooks to with RTG as the basis few times now and think I finally have some idea what a modern API might be useful. One that has hooks, and can handle web animations as well as declarative css transforms in a simpler fashion (with influence from framer motion) |
I'd be into reviewing these PRs and talking about these ideas. But I wouldn't have the capacity to maintain. |
We would like to take this library to the next level, so it fits more nicely into modern React code. For usage in function components, react-transition-group's component API is clearly unnecessary, so we would like to eventually provide a hooks API as well.
First we would like to refactor the test suite with as many use cases for react-transition-group as we can think of, to avoid surprises in the future. Afterwards we would like to simultaneously work on building the hook API and fixing an issue with stale nodes (#623, #469). The stale nodes fix will probably be breaking, so we'll work on hooks in parallel to see if we need to make any more breaking changes to accommodate the hooks API.
This is also an opportunity to go through the rest of the issues to see if there are some echoing concerns that we can address in the following releases. 🤞
🚀
The text was updated successfully, but these errors were encountered: