By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
Table of Contents
| 'use client' | |
| import Capsule, { | |
| Environment, | |
| CapsuleModal, | |
| } from '@usecapsule/react-sdk'; | |
| import { useState, useEffect } from 'react' | |
| const capsule = new Capsule( | |
| Environment.BETA, |
By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
Table of Contents
| @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin | |
| choco install Atom | |
| choco install notepadplusplus.install | |
| choco install 7zip | |
| choco install flashplayerplugin | |
| choco install vlc | |
| choco install nodejs | |
| choco install vcredist2010 | |
| choco install PowerShell |