Skip to content

Easy tweaking of your React projects to help you customize until greatness πŸ¦„ πŸš€

Notifications You must be signed in to change notification settings

appeltje-c/tweak-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

tweak-tools

Easy tweaking for your React projects to customize until greatness πŸ¦„ πŸš€

npm (tag) npm bundle size

Installation

npm i tweak-tools

Quick start

Simply call the useTweaks hook from anywhere in your app:

import { useTweaks } from 'tweak-tools'

function MyComponent() {

  const { name, count } = useTweaks({ name: 'World', count: 0 })

  return (
    <div>
      Hey {name}, hello! {count}
    </div>
  )
}

About

Easy tweaking of your React projects to help you customize until greatness πŸ¦„ πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published