Rewinds Legacy

screenshot of Rewinds Legacy
react
remix
tailwind
headless-ui
radix-ui

The Remix Stack with Tailwind - New repo: https://github.com/mhaidarhanif/rewinds

Overview:

Rewinds is a Remix starter kit that combines various Tailwind CSS libraries, including Tailwind CSS v3, Headless UI, Radix UI, Reach UI, and Vechai UI. This repo is designed to be flexible and cover a wide range of use cases for different projects. It offers features such as multiple themes, ready-to-use components, form submission options, data fetching with REST API or GraphQL, and nested routes. While it primarily focuses on frontend styling and project structure, it also includes some backend integration through Remix loader for REST API and GraphQL.

Features:

  • Remix as the web framework
  • React as the UI library
  • TypeScript as the programming language
  • Absolute import for easy navigation
  • Auto order import with Prettier and ESLint
  • Tailwind CSS using Vechai UI as the base components
  • Examples that use Headless UI and Radix UI
  • Multiple theme switcher with session cookie persistence
  • Commonly used pages/routes with contents
  • Highly customizable ready-to-use components
  • Form submission with either Remix Form or React Hook Form
  • Data fetching with REST API or GraphQL
  • Nested route usage
  • VS Code recommended settings, extensions, and snippets
  • GitHub template for issues and pull requests
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

remix
Remix

Remix is a modern JavaScript framework that focuses on building fast and performant web applications. It emphasizes a combination of server-rendered content and client-side interactivity, offering a robust architecture for creating scalable and maintainable projects.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

headless-ui
Headless UI

Headless UI is a set of completely unstyled, fully accessible UI components for React, Vue, and Alpine.js that empower developers to build their own fully accessible custom UI components. Headless UI allows developers to focus on building accessible and highly functional user interfaces, without the need to worry about styling or layout.

radix-ui
Radix UI

Radix Primitives is a low-level UI component library with a focus on accessibility, customization and developer experience. You can use these components either as the base layer of your design system, or adopt them incrementally.

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.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.

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.

vercel
Vercel

Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.