Giter VIP home page Giter VIP logo

Comments (4)

moroshko avatar moroshko commented on May 25, 2024

Triggering from a hook sounds like a must-have feature!
@thedevelobear Any thoughts?

from react-rewards.

thedevelobear avatar thedevelobear commented on May 25, 2024

@moroshko @avizuber Sure, I'm planning to work on that in the near future. Any PR's would be welcome of course, but as I said, I'm planning on moving to hooks in the upcoming weeks :)

from react-rewards.

thedevelobear avatar thedevelobear commented on May 25, 2024

Hey guys! I've rebuilt the library and I'll publish it in the upcoming days. Here's the new way of handling rewards in v2.0.0 - I hope it suits your needs better this time!

import { useReward } from 'react-rewards';
...
const { reward, isAnimating } = useReward('rewardId', 'confetti');
...
<button
    disabled={isAnimating}
    onClick={reward}
>
    <span id="rewardId" />
    🎉
</button>

Basically, you'll want to have an element with a matching ID anywhere in the DOM and then you can call the function that useReward hook provides. This way you can shoot the confettis from anywhere, I guess! :)

from react-rewards.

Tikam02 avatar Tikam02 commented on May 25, 2024

what to add in RewardID???

from react-rewards.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.