Geek Culture
Published in

Geek Culture

Connect to Custom API Endpoints from React Studio

Example of Save data interaction with React Studio’s Xano plugin

Xano-React Studio plugin

${this.props.propname}
${this.state.fieldname}

Example API call

Example API call under Save data interaction
The endpoint in Xano’s endpoint designer
The Xano's API endpoint shown above updates the description text for my Project management app's ToDo item.API call Settings:Endpoint/edittodoitemdescription/$slot(‘ds_SlotSelectedToDoItemId’)The path contains the fixed part and the Data slot value which is dynamically set in the UI when user clicks certain ToDo item.Method of the request is POSTBodyIn this case the body contains just one value which is the text area text in the UI.{
'description': ${this.state.descriptionTextArea}
}
Save response to Data slot

Saving form into Database

--

--

A new tech publication by Start it up (https://medium.com/swlh).

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
React Studio

The premium app design tool for the most advanced JavaScript UI library — React JS www.neonto.com/reactstudio