nicolaslopezj / roles

The most advanced roles package for meteor
MIT License
87 stars 13 forks source link

React client #27

Closed icarorafael closed 7 years ago

icarorafael commented 7 years ago

Hi, Is it possible to use the client helpers of this package on a React client?

nicolaslopezj commented 7 years ago

Yes, you can do it. Post any doubt you have

j0nd0n7 commented 7 years ago

How do you do so?

Take this as an example for the mapping: {{# if userHasPermission 'myCollection.insert' }}

thank you