SPFx – Using React Context API

Introduction  Hi friends, this blog post will guide you through the usage of Context API which is one of the new features introduced in the latest version of React in SPFx projects.  What is React Context and When to use it In a normal React application, the properties are passed top-down from parent to child and then to … Continue reading SPFx – Using React Context API

Advertisement