aranja / tux

"Create React App" with SSR and a flexible addon system

Home Page:https://tux.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change EditableList to Editable

eirikurn opened this issue · comments

Use like this:

{articles.map(article =>
  <Editable key={article.id} model={article}>
    <h1>Render mode - {article.name}</h1>
  </Editable>
)}