npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

hackerhaze-react-native-template

v1.0.1

Published

HackerHaze React Native Template made with react-native-navigation, TypeScript, Redux and more.

Downloads

44

Readme

Introduction & Quick Start

Welcome to HackerHaze's React Native Template! This is a minimal, yet highly functional template that leverages some of the best libraries in the React Native ecosystem.

For the full documentation head out to Docs

It's designed to get you up in speed with a solid foundation for your mobile app development.

npx react-native init YourProjectName --template hackerhaze-react-native-template

Libraries Used

We've included a number of libraries in this template to help you get started. Here's a breakdown of what's included:

Core Libraries

State Management

  • @rematch/[email protected]: A Redux-based state management library that provides a lightweight and flexible way to write Redux code.
  • @rematch/[email protected]: Plugin for using Immer to write reducers that manipulate state in an immutable way.
  • @rematch/[email protected]: Plugin for automatically managing loading states for effects.
  • @rematch/[email protected]: Plugin for saving and rehydrating rematch models using localStorage.
  • @rematch/[email protected]: Plugin for creating optimized selectors.
  • @rematch/[email protected]: Plugin for tracking when state is updated.
  • [email protected]: A predictable state container for JavaScript apps. It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
  • [email protected]: Official React bindings for Redux. It lets your React components read data from a Redux store, and dispatch actions to the store to update data.

Navigation

  • [email protected]: A complete native navigation solution for React Native, with optional Redux support, Jest tests, and more.

UI and Styling

Form Management

  • [email protected]: Performant, flexible and extensible forms with easy-to-use validation.

Cloud Services and Notifications

  • [email protected], [email protected], [email protected]: Microsoft's App Center SDK, which provides a variety of cloud services for app development, including analytics, diagnostics, distribution, and push notifications.
  • [email protected]: A cloud service that enables React Native developers to deploy mobile app updates directly to their users' devices.
  • @react-native-firebase/[email protected]: The core module for React Native Firebase, it provides the base Firebase app instance and all core Firebase services.
  • @react-native-firebase/[email protected]: A module that provides cloud messaging services, including the handling of push notifications for your React Native applications.

Testing and Linting

  • jest: A delightful JavaScript Testing Framework.
  • eslint: A tool for identifying and reporting on patterns in JavaScript.

Storage and Device Information

  • @react-native-async-storage/async-storage: An asynchronous, unencrypted, persistent, key-value storage system for React Native.
  • [email protected]: A library to get device information from within React Native.

User Interaction and Localization

  • [email protected]: Provides native-driven gesture management APIs for building best possible touch-based experiences in React Native.
  • [email protected]: Simple to use library to handle localization in your React Native applications.

Animation and SVG

  • [email protected]: A more powerful alternative to the Animated library, designed to be declarative and more flexible.
  • [email protected]: SVG library for React Native.
  • [email protected]: A transformer that allows you to import SVGs in your React Native project the same way that you would in a Web application.

Debugging and Validation

Testing, Linting, Transpiling and Tooling

  • [email protected]: A Babel plugin to add a new resolver for your modules when compiling your code using Babel. This plugin allows you to add new "root" directories that contain your modules.
  • [email protected]: A tool for identifying and reporting on patterns in JavaScript.
  • [email protected]: A delightful JavaScript Testing Framework.
  • [email protected]: An opinionated code formatter.
  • [email protected]: This package provides a React renderer that can be used to render React components to pure JavaScript objects, without depending on the DOM or a native mobile environment.

We hope this template serves as a useful starting point for your React Native projects. Happy coding!