A library which provides basic components, hooks, helpers and providers to easily build a React application and avoid repeating the usual code.
npm install @eliseubatista99/react-scaffold-coreshell
npm i @eliseubatista99/react-scaffold-core
`
@eliseubatista99/react-scaffold-core is a React library that provides basic components, hooks, helpers and providers to easily build a React application and avoid repeating the usual code.
It helps you write applications that behave consistently and are easy to test.
You can use this library together with any other library.
Installation
The recommended way is to install this package as soon as you start a new application with React.
`
npm i @eliseubatista99/react-scaffold-core
``