DEV Community

Discussion on: I'm a Meteor developer, Ask Me Anything!

Collapse
 
farukh profile image
Farukh

hi my name is Farukh and I am using meteor with react JS so I want to know how to use react hooks with meteor because I can't understand how can I embed hooks with meteor.

Collapse
 
storytellercz profile image
Jan Dvorak

You use hooks like you would in any other project.
For Meteor specific work, you can use withTracker HOC or the newer useTracker hook.