Socket
Socket
Sign inDemoInstall

daxko-react-scripts

Package Overview
Dependencies
57
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    daxko-react-scripts

Configuration and scripts for Create React App.


Version published
Weekly downloads
3
decreased by-92.5%
Maintainers
1
Install size
121 MB
Created
Weekly downloads
 

Readme

Source

daxko-react-scripts

This is a custom Create React App script that is perfect for getting started with React, TypeScript and MobX. It has quite a few nice features:

  • Nice tech stack
    • React
    • TypeScript
    • MobX
    • Reach Router
    • Jest
    • React Testing Library
    • Cypress
    • Cypress Testing Library
    • ESLint
    • Prettier
    • husky/lint-staged
  • Flexible folder structure
  • MobX root store pattern with Dependency Injection for easy testing
  • Git hooks for pre-commit and pre-push that run the linter and tests, respectively
  • CI ready to run unit, integration and end-to-end tests
  • Webpack aliases set up for easy path imports
  • CSS, or SCSS/Sass, or CSS Modules with SCSS/CSS
  • PurgeCSS to remove all unused CSS during build
  • Feature switch for hiding features behind feature flags
  • Code splitting (JS & CSS)
  • Production profiling and bundle analyzing
  • Hot reloading
  • Cache busting
  • PWA ready

Installation

create-react-app <name-of-app> --scripts-version daxko-react-scripts

This package includes scripts and configuration used by Create React App.
Please refer to its documentation:

FAQs

Last updated on 14 Nov 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc