React

스트라피 petsService

Asset Type
File Type
When to use
Reference
Created time
2022/03/13 15:27
Created by
Last edited time
2022/03/13 15:35

npx create-strapi-app 했을 때 3번 stuck됨. 취소 제거 반복해서 성공함

스트라피 content 하나 추가했는데 안 잡힘. draft상태에서 publish상태로 변경시킴

그래도 안됨 → url을 다시 참조함 (domain/api/pets/1) → publish는 상관없다. 만약 unpublish시키면 초안으로 변경시킨다.

find일 때 페이지네이션까지 줌 /api/pets

findOne일 때 데이터 하나 들어옴 /api/pets/1

스트라피 GraphQL plugin ← rest 안쓸거면. 일단 스킵

Building the FE

src/http.js : strapi API를 연결하기 위한 파일

pets/petsService.js : CRUD operations를 위한 helper method를 만든다.

Redux uses actions and reducers . According to the Redux documentation , actions are "an event that describes something that happened in the application." Reducers are functions that take the current state and an action as arguments and return a new state result.