New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reactql

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactql

Universal React+GraphQL starter kit: React, Apollo, Webpack 2, React Router 4, PostCSS, SSR

  • 2.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-77.27%
Maintainers
1
Weekly downloads
 
Created
Source
ReactQL

Universal React+GraphQL starter kit CLI

React for UI. Apollo for GraphQL. Redux for stores. Browser + server-side rendering.

Easy CLI tool for Mac/Windows/Linux. Just npm i -g reactql and run reactql new to start your next project.

Maintained and updated regularly.

Features

  • CLI for quickly starting a new project
  • React for UI
  • Apollo Client (React) for GraphQL
  • React Router 4 for declarative browser + server routes
  • Redux for flux/store state management
  • Webpack 2, with tree shaking
  • PostCSS with next-gen CSS and inline @imports
  • SASS and LESS support (also parsed through PostCSS)
  • Full route-aware server-side rendering (SSR) of initial HTML
  • Universal building - both browser + Node.js server
  • Dev + React-compatible hot code reloading; zero refresh, real-time updates
  • Built-in Koa 2 web server, with async/await routing
  • HTTP header hardening with Helmet for Koa
  • Declarative/dynamic <head> section, using react-helmet
  • Easily extendable webpack-config files
  • Separate local + vendor bundles, for better browser caching/faster builds
  • Dynamic polyfills, courtesy of babel-preset-env
  • Aggressive code minification with Uglify
  • GIF/JPEG/PNG/SVG crunching for images
  • Gzip compression and serving of static assets as pre-compressed .gz files
  • ESLinting based on a tweaked Airbnb style guide
  • Tons of commentary/documentation to fill you in on what's happening under the hood

Quick start

Install the ReactQL command-line tool on Mac/Windows/Linux:

npm i -g reactql

Then run reactql for help, or reactql new to start a new project.

Screenshot

Documentation

See https://reactql.org for full features + documentation.

Keywords

FAQs

Package last updated on 14 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc