Martfury ReactJS
  • Getting Started
  • Feature
  • Folder Structure
  • Environment and requirements
  • Build
  • Sass
  • Header
  • Menu
  • Customizer Style
  • API setup
  • Strapi
  • Wordpress_intergration
  • Deploy
Powered by GitBook
On this page

API setup


The default data setting uses .json , but you can easily switch to using data from the API /utilities/app-settings.js with export const isStaticData = false; . two attributes true and false

You can connect to any website system that provides API at /repositories/Repository.js with const baseDomain = 'http://domain_API';

PreviousCustomizer StyleNextStrapi

Last updated 1 year ago