All Projects → ReactEdCoders → ReactEd

ReactEdCoders / ReactEd

Licence: MIT license
An extension to assist with development of react and redux applications.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to ReactEd

react-cheat-sheet
📚 The perfect React Cheat Sheet for daily use with a lot of Javascript / JSX snippets !
Stars: ✭ 59 (+22.92%)
Mutual labels:  snippets, props
katana-code
Code Utilities for Erlang
Stars: ✭ 14 (-70.83%)
Mutual labels:  snippets
monitoring-recipes
Useful code snippets and tools from the Monitoring Team at LogicMonitor.
Stars: ✭ 27 (-43.75%)
Mutual labels:  snippets
Unity-Snippets
A collection of code snippets I found useful while coding in Unity.
Stars: ✭ 19 (-60.42%)
Mutual labels:  snippets
org-sync-snippets
Simple extension to export snippets to org-mode and vice versa
Stars: ✭ 14 (-70.83%)
Mutual labels:  snippets
Emojions
Embeddable Emoji Bar
Stars: ✭ 15 (-68.75%)
Mutual labels:  snippets
vim-symfony
Symfony Vim plugin
Stars: ✭ 27 (-43.75%)
Mutual labels:  snippets
goodcode
A curated collection of annotated code examples from prominent open-source projects
Stars: ✭ 184 (+283.33%)
Mutual labels:  snippets
vscode-javascript-snippets
✂️ Visual Studio Code snippets for JavaScript, TypeScript, and React
Stars: ✭ 38 (-20.83%)
Mutual labels:  snippets
SaneSnippets
Sublime Text snippets optimized for humans, not robots
Stars: ✭ 59 (+22.92%)
Mutual labels:  snippets
vscode-LaTeX-support
LaTeX language support for Visual Studio Code
Stars: ✭ 17 (-64.58%)
Mutual labels:  snippets
jss-material-ui
A enhanced styling engine for material-ui
Stars: ✭ 15 (-68.75%)
Mutual labels:  props
CP-Snippets
Important codes/functions/snippets required frequently in CP
Stars: ✭ 18 (-62.5%)
Mutual labels:  snippets
vscode-wxml
Wechat wxml support and wxml code snippets for VSCode
Stars: ✭ 19 (-60.42%)
Mutual labels:  snippets
vue-on-rails
Easy way to mount/destroy Vue.js components with Ruby on Rails and Turbolinks 5
Stars: ✭ 17 (-64.58%)
Mutual labels:  props
BowieCode
Personal Code/Snippet Library for Unity 3D
Stars: ✭ 23 (-52.08%)
Mutual labels:  snippets
LuaExtended
An improved ST3 Lua syntax definition.
Stars: ✭ 19 (-60.42%)
Mutual labels:  snippets
dev-cheatsheets
A collection of code snippets and CLI guides for quick and easy reference while coding
Stars: ✭ 33 (-31.25%)
Mutual labels:  snippets
snippets.js
Extract code snippets from source files.
Stars: ✭ 19 (-60.42%)
Mutual labels:  snippets
laravel forms boostrap snippets
Handy Sublime Text snippets to create forms inputs for Laravel Collective Forms with Twitter Bootstrap 3.
Stars: ✭ 38 (-20.83%)
Mutual labels:  snippets

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].