Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sssrpbp

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sssrpbp

**S**uper **S**imple **S**tatic **R**eact **P**rototyping **B**oiler**p**late

  • 1.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

sssrpbp

Super Simple Static React Prototyping Boilerplate

A thin starter/boilerplate with all of the configs I like, to start coding React stuff quickly. Very few dependencies, just a solid dev workflow foundation, meant to be deconstructible when an app gets more complex.

Statically generated for super fast TTI and SEO. Sometimes, Gatsby is a tad bit overkill when you want something quick and simple.

Dependencies

  • react & react-dom
  • eslint
  • prettier
  • vite bundler
  • react-snap for static prerendering

Templates

  • default - React
  • preact - same, but with Preact, and parcel instead of vite.
  • typescript - Same as React but setup with Typescript.

Getting Started

  • Run npx sssrpbp --name=<name of your app> --template=<name of template> (or copy the files from template/default in this repo)
  • yarn
  • yarn start
  • To build - yarn build
  • Start writing code of questionable integrity.

Fun Fact: This starter has a large dependency puppeteer included because of the react-snap dependency. If you are experiencing long install times, try running export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true before yarn install.

Note: This starter is just meant for prototyping, if you have actual production-facing business requirements to address, you should probably go for a different solution.

FAQs

Package last updated on 08 Nov 2021

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