react-spring icon indicating copy to clipboard operation
react-spring copied to clipboard

[RFC] ✨Projects using react-spring ✨

Open drcmda opened this issue 5 years ago • 39 comments

Let's collect some links here ❤️

We could feature more projects on the front-page or put an extensive list on the (upcoming) webpage. This issue could also serve as a way to explore all the cool stuff that people have created.

Please share some, any live app or site you've made that animates. 😍

drcmda avatar Jan 29 '19 23:01 drcmda

https://divjoy.com uses it for the bouncy cards on hover :)

gragland avatar Jan 29 '19 23:01 gragland

DevHub uses it for these animations

brunolemos avatar Jan 30 '19 01:01 brunolemos

https://learnreact.design Using useSpring for the cover zooming effect.

lintonye avatar Jan 30 '19 05:01 lintonye

https://boredaf.app uses it for the modal

SaraVieira avatar Jan 30 '19 08:01 SaraVieira

Codesanbox uses it all over

SaraVieira avatar Jan 30 '19 08:01 SaraVieira

LekoArts avatar Jan 30 '19 09:01 LekoArts

https://www.theazoorsociety.org

I used it for the animating hexagons, stats, and accordions.

ooloth avatar Jan 30 '19 20:01 ooloth

Our site https://wallacewater.us use it on cards and texts

phtn avatar Jan 30 '19 20:01 phtn

🇺🇸https://americaoffbalance.org

mcernusca avatar Feb 01 '19 04:02 mcernusca

🍋 https://app.lemonade.social/

We use it in the tabs on profile scene (and page indicators on the up and coming create feature)

andrewfluck avatar Feb 01 '19 22:02 andrewfluck

@drcmda Here's a sneak peek!

output

output

andrewfluck avatar Feb 02 '19 18:02 andrewfluck

@andrewfluck that's arz bhatias and your company? i've done paranoidandroid with arz a couple of years ago. such an odd coincidence. : D

drcmda avatar Feb 02 '19 21:02 drcmda

@drcmda I also do web development for AOSPA 😆

andrewfluck avatar Feb 03 '19 00:02 andrewfluck

Was gonna say I was in the slack, but you aren't in the AOSPA slack 😆

andrewfluck avatar Feb 03 '19 00:02 andrewfluck

https://www.mathematic.org/

Used it for page title animations and mobile slide out menu. Would like to also be able to use it for scroll-to points and svg animations, but hadn't wrapped my head around how I'd do that with react-spring yet.

rexsuit avatar Feb 03 '19 16:02 rexsuit

https://monbanquet.fr uses react-spring for modal animations and left side navigation panel on mobile. (More to come) I want to eventually re-do everything with react-spring 😁

dotlouis avatar Feb 04 '19 15:02 dotlouis

@drcmda I got something which I have started. Check it out http://zetta.surge.sh

JasCodes avatar Feb 05 '19 13:02 JasCodes

https://www.leveluptutorials.com

stolinski avatar Mar 27 '19 22:03 stolinski

@drcmda dude levelup guy @stolinski is using react-spring :smile:

JasCodes avatar Mar 28 '19 01:03 JasCodes

unfold.no

  • Used for case images following mouse
  • Case images reacting to device motion and orientation on mobile
  • Animate scroll position in gallery
  • Various place for hiding/showing things

image

einarlove avatar Mar 29 '19 12:03 einarlove

My namesake's personal website: https://jeffgauthier.com react-spring all the way -- sections transitions, page fade-ins -- a joy to work with!

bogue avatar Apr 10 '19 18:04 bogue

The official website and documentations of Nord makes use of react-spring on the landing and port projects pages in introduced in version 0.9.0. It powers an interactive animated component that uses a 3D depth effect for the port project's logos by moving against the direction of the current mouse position where the larger logos will move more to give the impression that they are closer.


(Click to enlarge)

Thanks for this awesome project :rocket: and your hard work to create a UI animation performance beast library! Using animations without any concerns about render() problems (because there are none 😄) is a great feeling :smile:

arcticicestudio avatar Apr 25 '19 13:04 arcticicestudio

🛷 react-sled

A customizable carousel made with react-spring and styled-components. Because React-world needs a handy, spring-based viewpager.

GitHub Example

It started with this example from the react-spring-docs and is about to reach version 1. Any participation is very much appreciated!

AndreasFaust avatar Apr 26 '19 14:04 AndreasFaust

Another react-spring-project from my side: gatsby-plugin-transitions

GitHub Example

It just started. Any participation is very much appreciated!

AndreasFaust avatar May 05 '19 18:05 AndreasFaust

@AndreasFaust Keep it up! 👍

aleclarson avatar May 05 '19 18:05 aleclarson

@aleclarson Thank you!

AndreasFaust avatar May 05 '19 18:05 AndreasFaust

I made a lightbox with react-spring v9 and react-use-gesture. It is very touch-friendly with pinch+zoom/pan, double click to zoom in/out and more. I think it feels better than anything else I've tried - the power of springs!

https://github.com/tim-soft/react-spring-lightbox Demo Codesandbox

tim-soft avatar Aug 06 '19 02:08 tim-soft

Hi! I've created, some time ago, a carousel library powered by react-spring and react-use-gesture -> https://react-spring-carousel-js.emilianobucci.com :)

Emiliano-Bucci avatar Mar 30 '21 20:03 Emiliano-Bucci

Hi folks! https://with.so uses react-spring extensively for so much of our core functionality! Spring animations make the spatial workspace feel much more natural and put some serious shine on size transitions, camera zoom, and position interpolations when remote room members move things around. react-spring's flexibility between declarative and imperative usage helped us optimize the app (along with Zustand) using outside-React subscriptions and decoupling presentation smoothness from our backend state updates.

We just started sponsoring the project. Thanks for the great work and congrats on releasing v9!

https://user-images.githubusercontent.com/2829772/113598096-9e9f2000-960a-11eb-814a-dfb80b297a03.mp4

a-type avatar Apr 05 '21 16:04 a-type

Hi! I've created a small open source react component based on react-spring -> https://react-spring-dialog.emilianobucci.com/ :)

Emiliano-Bucci avatar Apr 30 '21 17:04 Emiliano-Bucci