Map State to Props

PHOTO EMBED

Thu Nov 12 2020 23:49:43 GMT+0000 (Coordinated Universal Time)

Saved by @bifrost #react.js

const state = [];

// change code below this line
const mapStateToProps = (state)=>{
  return {
    messages: state
  }
}
content_copyCOPY

Map State to Props