troutman21 / Counter-Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple app to experiment with new React Features

Checkout the various branches in this repo to see how different tools are used

Branch:

  • 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

Note: If you add a new branch with new tech implementations, add the description to the README.md file in the master branch

About


Languages

Language:JavaScript 75.0%Language:CSS 16.1%Language:HTML 8.8%