Nx Vite React Ts Mantine Boilerplate

screenshot of Nx Vite React Ts Mantine Boilerplate
react
vite
mantine

NX monorepository with: Vite, GraphQL / Apollo, Typescript, Storybook / CSS Modules / Mantine

Overview

CIHitsNX is a monorepo boilerplate that combines React, Vite, TypeScript, and Mantine. It also includes various features such as GraphQL, GitHub integration, a repository list, and screenshot capabilities for both desktop and mobile versions. The boilerplate also utilizes Nx, Storybook, React Testing Library, Cypress, Styled Components, ESLint, and Hot Module Replacement.

Features

  • Nx 16
  • React 18
  • Mantine
  • Storybook 7
  • TypeScript
  • Vite
  • Vitest
  • React Testing Library
  • Cypress
  • Styled Components
  • ESLint
  • HMR (Hot Module Replacement)

Summary

CIHitsNX is a monorepo boilerplate that provides a comprehensive development setup for React applications. It combines various tools and libraries like React, Vite, TypeScript, Mantine, Storybook, React Testing Library, Cypress, and more. The boilerplate includes features like GitHub integration, repository listing, and screenshot capabilities for both desktop and mobile versions. With CIHitsNX, developers can quickly set up their development environment and create robust React applications.

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

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

mantine
Mantine UI

A fully featured React components library. 100+ components, 50+ hooks.

apollo
Apollo

Apollo is an open-source platform for building GraphQL APIs that connects with any data source. It provides a powerful set of tools and features for developers, including client and server-side caching, real-time data synchronization, and a seamless integration with popular frontend frameworks.

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.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

react-hook-form
React Hook Form

React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

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.