u-d-a-y-95 / react-context

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Context api

Here I implemented context api similer to redux

configure - [ change according to your needs ]

{
  keyName: 'any name', "name use as key in local storage"
  isSet: true || false, "if true then data will be persist in local storage otherwise not"
  isEnCripted:true || false "if true then data will be encripted otherwise not"
}

About


Languages

Language:JavaScript 83.7%Language:CSS 14.1%Language:HTML 2.1%