Skip to content

tuliomssantos/comparative-xstate-redux-react-hooks

Repository files navigation

Comparative xstate, redux and react-hooks

This repository bundles a comparison between the Xstate and Redux libraries, and with React Hooks.

Installation

npm install

Usage

Change the import of the component you want to use in the app file.

import LightSwitch from './components/lightSwitchXState/example2'

import './styles.css'

const App = () => {
	return <LightSwitch />
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published