Giter VIP home page Giter VIP logo

reacted's Introduction

ReactEd

Visual Studio Marketplace Visual Studio Marketplace Visual Studio Marketplace

An extension to assist with development of react and redux applications.

Features

  • When you hover over the component name you will see which props are being passed from the state down to the current component.
  • React/Redux Snippets for ease of development

Usages

Prop-Drilling

Usage

Snippets

ccon

ccon

cdmount

cdmount

cocomp

cocomp

cwmount

cwmount

impf

impf

ireact

ireact

ired

ired

reducer

reducer

rstore

rstore

scribe

scribe

tsps

tsp

Configuration

ReactEd requires a webpack generated bundle file to properly traverse your application. At this time we are unable to offer support for Create-React-App. Files need to be refreshed by closing and reopening the file to update the props information.

{
  module.exports = {
    entry: './src/index.js',
    output: {
      path: path.resolve(__dirname, 'dist/'),
      filename: 'bundle.js',
      publicPath: '/dist',
    },
    mode: 'none',
  }
}

Note: If using Webpack 4.0 or greater please change your mode to none as the default is Production which will minify the bundle and make our tool stop working.

Change Log

See Change Log here

Issues

Submit the issues if you find any bug or have any suggestion.

Contribution

Fork the repo and submit pull requests.

reacted's People

Contributors

camaromelt avatar acostajake avatar paulg05 avatar

Watchers

PJ Walker avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.