Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReduxCounter

A minimal counter app showing how react-redux fits together — actions, a reducer, a store and a connected component, and nothing else in the way. Handy if you're learning Redux and every tutorial you found came with a build system attached.

What's in it

src/redux/Actions.js   the action creators
src/redux/Reducer.js   the reducer
src/components/Counter.js   the connected component
src/App.js             wires the Provider and the store

Five dependencies total: react, react-dom, react-redux, redux, react-scripts.

Run it

git clone https://github.com/p32929/ReduxCounter.git
cd ReduxCounter
npm install
npm start

Then open http://localhost:3000 and watch the counter go.

Contributing

Contributions are warmly welcomed and greatly appreciated! Whether it's a bug fix, new feature, or improvement, your input helps make this project better for everyone.

Before submitting a pull request, please:

  1. Create an issue describing the feature or bug fix you'd like to work on
  2. Wait for discussion and approval to ensure alignment with project goals
  3. Fork the repository and create your feature branch
  4. Submit your pull request with a clear description of changes

This approach helps avoid duplicate efforts and ensures smooth collaboration. Thank you for considering contributing!

Share

Sharing this repository with your friends is just one click away from here

facebook twitter tumblr pocket pinterest reddit linkedin whatsapp


Support

If you like my works and want to support me/my works, feel free to support or donate. My payment details can be found here: https://p32929.github.io/SendMoney2MeV1/


💼 Using this at a company?

I do fixed-price delivery work on my own projects. One invoice, one date, no hourly billing:

White-label build — this project rebranded, extended and deployed as yours $6,500 · 3 weeks
Custom app from scratch on my own stack, signed and auto-updating $12,500 · 6 weeks
Production-hardening sprint — 72 hours on this project, for your load and your security review $999
Ongoing capacity — one project-week of my time reserved every month $9,000 / month

Full details → p32929.github.io/hire · Email fayazbinsalam@uberip.com — scoping and quotes are free and I answer within one business day.

Commercial use of this repo

This repo has no license file, which in copyright law means all rights reserved. Personal use, learning and open-source forks: go ahead, just link back. Shipping it inside a commercial or closed-source product needs a license — $2,500 for one product, $9,500 company-wide and perpetual, signed and issued the same day (details).

About

Minimal react-redux counter example — actions, reducer, store and a connected component, nothing else

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages