Wordpress_intergration
1. Prerequisites
2. Wordpress Components (New)
├── pages
│ ├── ...
│ ├── account
│ ├── blog
│ ├── shop
│ ├── index.jsx
├── wp-components
│ ├── account
│ ├── blog
│ ├── elements
│ │ ├── posts
│ │ ├── products
│ │ │ ├── ...
│ │ │ ├── WPProduct.jsx
│ ├── homepage
│ ├── ...
├── utilities
│ ├── WPhelpers.js
├── repositories
│ ├── WP
│ │ ├── WPPostRepository.js
│ │ ├── WPProductRepository.js
│ │ ├── WPRespository.js
│ │ ├── WPVendorRepository.js
├── store
│ ├── wp
│ │ ├── action.js
│ │ ├── reducer.js
│ │ ├── saga.js3. Data feching
4. Vendor with Dokan
Last updated