Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vman/spfx-teams-theme-hooks

SPFx Teams tab: Use react hooks to dynamically handle theme changes
https://github.com/vman/spfx-teams-theme-hooks

microsoft-teams spfx

Last synced: 23 days ago
JSON representation

SPFx Teams tab: Use react hooks to dynamically handle theme changes

Awesome Lists containing this project

README

        

## spfx-hooks-teams-darkmode

Code accompanies the blog post:

[SPFx Teams tab: Use react hooks to dynamically handle theme changes](https://www.vrdmn.com/2020/04/spfx-teams-tab-use-react-hooks-to.html)

### Building the code

```bash
git clone the repo
npm i
npm i -g gulp
gulp
```