You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keystone JS
Can any one give me an example or repo that using react with keystonejs ?
Lars Karbø
unread,
Jan 22, 2018, 6:58:02 AM1/22/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Keystone JS
Keystone only provides the back-end and admin ui. You will have to set up api bindings in `/routes` that returns json instead of web pages, then let your front-end (react redux) handle the rest. It isn't really much about keystone, so for the front-end you can follow a general react tutorial