Reactql

screenshot of Reactql
react
less
scss

Universal React+GraphQL starter kit: React 16, Apollo 2, MobX, Emotion, Webpack 4, GraphQL Code Generator, React Router 4, PostCSS, SSR

Overview:

This product is a front-end React + GraphQL starter kit written in Typescript. It is a universal solution, meaning it can be used for both client-side and server-side rendering. The starter kit includes a variety of features such as a built-in web server, hot code reloading, real-time updates, code optimization, and support for CSS styles and modules. It is also compatible with popular frameworks like Foundation, Bootstrap, and Material UI.

Features:

  • Front-end stack: React v16.8, Apollo Client 2.5, MobX-React-Lite, Emotion CSS-in-JS, Sass, Less, PostCSS, React Router 4, GraphQL Code Generator.
  • Server-side rendering: Built-in Koa 2 web server, full route-aware SSR, universal building, per-request GraphQL store, MobX for flux/state management, full page React via built-in SSR component.
  • Real-time updates: Hot code reloading, development web server, WebSocket subscription query support.
  • Code optimization: Webpack v4 with tree shaking, asynchronous code loading, automatic per-vendor chunk splitting/hashing, Gzip/Brotli minification of static assets.
  • Styles: Emotion CSS-in-JS, PostCSS v7, SASS and LESS support, automatic vendor prefixing, CSS modules compatibility with popular frameworks.
  • Production-ready: Production bundling, static compression using Gzip and Brotli algorithms.

Summary:

This front-end React + GraphQL starter kit provides a comprehensive solution for building universal web applications. With features like server-side rendering, real-time updates, code optimization, and support for various styles and frameworks, developers can quickly start their projects and benefit from the latest web technologies. The installation process is straightforward, making it easy for developers to get started with this powerful starter kit.

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

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

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.

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.

mobx
Mobx

MobX is a simple and scalable state management library for JavaScript applications. It uses reactive programming techniques to automatically update the user interface in response to changes in the application state, making it easy to build complex and dynamic user interfaces with minimal code.

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.

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.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.