Create an easily callable Modal Dialog or Snackbar Provider in React with Promise and Context
You might have noticed that with many React packages, you have to wrap your app with a Provider component.The reason for that is that those packages are using Contexts so you can easily access the component's variables and functions from anywhere in ...
blog.perfectbase.dev5 min read