-
master
Using vanilla React features
-
usingHooks
Using regular React plus useState and useEffect hooks
-
usingContextAPI
Using the Context API to pass down state Also uses useContext Hook for consuming context data
-
usingUseReducer
Using the useReducer hook
-
usingReduxThunk
Using redux thunk to query the pokemon API to obtain images of each pokemon
-
usingCSSModules
Using CSSModules w/ vanilla CSS
-
usingCSSModulesAndSCSS
Using CSSModules w/ SCSS
-
usingStyledComponents
Using Styled Components for styling
-
usingRefs
Using React Refs in some way