Remixify is a collection of libraries that provides a set of functions to help build better components and themes. It also offers utilities to manage and handle requests in an easy and scalable way.
Remixify currently has two libraries: @remixify/native
and @remixify/react-query
.
@remixify/native
provides a set of utilities to help build better components for React Native apps. It includes features such as theming, error handling, and managing API calls.
Check out the @remixify/native docs for more detailed information.
@remixify/react-query
is like @remixify/native
but also provides integration with the popular data fetching library React Query. It makes it easy to manage and handle data fetching in React Native apps.
Check out the @remixify/react-query docs for more detailed information.
To get started with Remixify, install the chosen library using npm or yarn.
For @remixify/native.
npm install @remixify/native
For @remixify/react-query.
npm install @remixify/react-query @tanstack/react-query
For more detailed instructions on how to use Remixify, check out the README for each library.
Contributions to Remixify are always welcome! To get started, fork the repository and submit a pull request with your changes.
If you have any questions or need help with contributing, feel free to open an issue on the Remixify GitHub repository.
Remixify is licensed under the MIT License.