intégration de la vue post/X
Showing
- src/components/Post.tsx 2 additions, 2 deletionssrc/components/Post.tsx
- src/hooks/usePostItems.ts 10 additions, 0 deletionssrc/hooks/usePostItems.ts
- src/redux/feed/thunks.ts 0 additions, 18 deletionssrc/redux/feed/thunks.ts
- src/redux/post/actions.ts 38 additions, 0 deletionssrc/redux/post/actions.ts
- src/redux/post/reducer.ts 23 additions, 0 deletionssrc/redux/post/reducer.ts
- src/redux/post/selectors.ts 3 additions, 0 deletionssrc/redux/post/selectors.ts
- src/redux/post/thunks.ts 40 additions, 0 deletionssrc/redux/post/thunks.ts
- src/redux/store.ts 2 additions, 0 deletionssrc/redux/store.ts
- src/views/FeedView.tsx 17 additions, 15 deletionssrc/views/FeedView.tsx
- src/views/PostView.tsx 30 additions, 87 deletionssrc/views/PostView.tsx
src/hooks/usePostItems.ts
0 → 100644
src/redux/post/actions.ts
0 → 100644
src/redux/post/reducer.ts
0 → 100644
src/redux/post/selectors.ts
0 → 100644
src/redux/post/thunks.ts
0 → 100644
Please register or sign in to comment