winniengo / chatgrid_challenge

Simple React/Redux drag and drop index

Home Page:https://winniengo.github.io/chatgrid_challenge/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React/Redux Drag and Drop Dialog Index | Live

Sample Redux Store State:

{
  dialogs: {
    index: [
      'what are you interested in?',
      'thanks for visiting us!',
      'how can we help you?'
    ],
    modal: {
      formInput: 'thanks for visiting us!',
      formType: 'edit',
      handleSubmit: /*...*/,
      isOpen: true
    }
  },
}

React Components

App
  DialogIndexContainer
    Index
      IndexItem
        Item
  DialogModalContainer
    ModalForm
      Form

Notable Packages Used

About

Simple React/Redux drag and drop index

https://winniengo.github.io/chatgrid_challenge/


Languages

Language:JavaScript 99.9%Language:CSS 0.1%Language:HTML 0.0%