@eliseubatista99/react-scaffold-core
v1.1.6
Published
A library which provides basic components, hooks, helpers and providers to easily build a React application and avoid repeating the usual code.
Readme
A library which provides basic components, hooks, helpers and providers to easily build a React application and avoid repeating the usual code.
Installation
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-coreContent
Providers: Useful providers to handle complex actions like navigation and showing, hiding and managing feedback components;
Hooks: Hooks that handle atomic actions, like fetching and endpoint.
Helpers: Classes to help with generic repetitive tasks, like transforming a string into Pascal Case.
Components: Basic, customizable components with pre-configured styles and behaviors.
Change Log
Every release, along with the migration instructions, is documented on the GitHub Releases page.
