DEV Community

Discussion on: Avoid Prop Drilling In React With Context API

Collapse
 
bburke4 profile image
bburke4

Thanks for the article! What do the actions functions look like? Are you using redux at the top where the context provider is set?

Collapse
 
spukas profile image
Linas Spukas

Hi, thanks. In my case, we are using Meteor.js framework, which has specific methods, that modifies data in the server and client. So actions are wrapped around these methods.