AndrejNemec / quyx

Quix is a modern web framework for building SPA/SSR React applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quyx ("kwix") πŸš€

NPM Version

Quyx, pronounced "kwix", is a cutting-edge React framework designed to simplify the development process for web applications. Leveraging the power of Vite, Vinxi, and tanstack/router, Quyx is engineered to support a wide range of web applications, from server-side rendered (SSR) to single-page applications (SPA) 🌐. It also introduces support for Server Functions, allowing for a more integrated and efficient development workflow πŸ› οΈ.

Features 🌟

  • SSR and SPA Support: Craft dynamic SPAs or utilize SSR for better SEO and quicker initial loads πŸ“ˆ.
  • Built on Vite: Experience ultra-fast Hot Module Replacement (HMR) for a more efficient development cycle ⚑.
  • Vinxi Integration: Take advantage of Vinxi's capabilities for an enhanced routing experience 🚦.
  • Tanstack/Router: Utilize the flexible and powerful routing provided by tanstack/router to manage your application's navigation seamlessly 🧭.
  • Server Functions: Implement server-side logic directly within your Quyx applications, enabling a more cohesive development process πŸ–₯️.

Getting Started πŸš€

To create a new Quyx project, run the following command:

$ pnpm create quyx@latest quyx-app

This command sets up a new Quyx application with a default template, so you can start building right away πŸ—οΈ.

About

Quix is a modern web framework for building SPA/SSR React applications.

License:MIT License


Languages

Language:JavaScript 98.6%Language:TypeScript 1.4%