Learn the React Context API with a Practical Example You Can Bring to Your Apps

Building a Shared Material UI Snackbar for In-App Notifications

Shawn Reisner
ITNEXT
Published in
4 min readJun 14, 2018

--

Preface

Most apps need a way to unobtrusively display notifications to users as they happen. Suppose you’re running a 20% off sale and you’d like to let your users know as soon as they sign in…

--

--