Socket
Socket
Sign inDemoInstall

react-nuts

Package Overview
Dependencies
2
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-nuts

React project nuts.


Version published
Maintainers
1
Created

Readme

Source

React project nuts

React project nuts.

Everything that's needed to build React on typescript app with preconfigured eslint, tsconfig for modern devoloping. In few words - make my life as delicious as nuts :_)

Instalation

To install this package

  1. npm i react-nuts // Install package
  2. npm i // Install dependencies

To run arch. builder

npx react-nuts

React app

  • New transformation enabled(react-jsx)

Preference (Code style)

  • Only 'double quoted' strings
  • Only 'no semicolon'
  • Only 'two spaces' indent
  • No 'explicit module boundary types' (explicit return type)
  • No implicit/explicit type any
  • No multi spaces
  • Unix linebreaks (LF)

This package is created to make my life easier, I'm not trying to create a real package (yet)

List of commands

  • npx create-reducer [reducer-name]
  • npx create-component [component-name]
  • npx create-view [route] [view] [,,flags] ( flags: EXACT_PATH )

FAQs

Last updated on 13 Aug 2021

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