Skip to content

troutman21/Counter-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published