Redux toolkit (#115)

* add @redux/toolkit

* bump react version to allow for hooks

* add remote-redux devtools to help track extension state

* add remote-redux server to allow for remote state viewing

* setup react-redux for current user

* setup watch mode for running redux remote dev watch to options

* move screenshots
This commit is contained in:
Vu Nguyen
2021-01-22 16:37:59 -08:00
committed by GitHub
parent 0c39fbbc79
commit 8ade367b3f
20 changed files with 1859 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import classNames from 'classnames';
import { SuccessOrFailType } from '../config';
import { SuccessOrFailType } from '../config/config';
interface AlertProps {
text: string;
type: SuccessOrFailType;