A React native common components kit and helper methods,find the package at this link https://www.npmjs.com/package/frontatish
Frontatish is a collection of common UI components developed and designed by the Groww Engineering Team. The goal of Frontatish is to provide a comprehensive set of commonly used UI components and helpers in one place, allowing developers to focus on writing the business logic of their apps.
Frontatish is a collection of common UI components and helper methods developed by the Groww Engineering Team. It aims to provide developers with a comprehensive set of commonly used UI components in one place, allowing them to focus on writing the business logic of their apps. The installation process is straightforward, and the library is designed to perform well on React Native versions greater than v0.60.
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 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 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 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 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.