Frontatish

screenshot of Frontatish
docusaurus
react
react-native

A React native common components kit and helper methods,find the package at this link https://www.npmjs.com/package/frontatish

Overview

Frontatish is an impressive collection of UI components created by the Groww Engineering Team. Designed to streamline development, it provides a robust suite of commonly used UI components and helpers, allowing developers to focus on building business logic instead of reinventing the wheel. The repository's name may have changed, but the functionality and utility of the library remain strong, making it an invaluable resource for front-end development needs.

The toolkit not only includes essential components like buttons and checkboxes but is also continuously evolving with the introduction of new features. By utilizing Frontatish, developers can enhance their applications with a cohesive set of UI elements that help accelerate the development process while ensuring a polished user experience.

Features

  • Comprehensive UI Components: Offers a collection of essential UI components such as Button, Checkbox, and Dropdown, designed for seamless integration into any React Native application.

  • Built for React Native: Tailored specifically for React Native development, ensuring compatibility and optimized performance.

  • Installation Simplicity: Quick installation process using yarn; simply run yarn bootstrap to set up dependencies.

  • Development Support: Includes example apps for testing and verifying components during development, streamlining the testing phase.

  • TypeScript and ESLint Ready: Built-in support for TypeScript and ESLint to maintain high code quality and enforce coding standards.

  • Contribution Friendly: Clear guidelines for contributions allow developers to easily get involved and enhance the library with new components and features.

  • External Library Integration: Certain components like Checkbox and Button require external libraries, ensuring enhanced functionality and user interface design.

  • Under Development: Continuous updates and improvements are on the horizon, promising even more useful components in the future.

docusaurus
Docusaurus

Docusaurus is an open-source static site generator designed for creating documentation websites. Developed by Facebook, it simplifies the process of building, deploying, and maintaining documentation with its React-based framework and pre-configured setup for documentation projects.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.