Nextjs
: version 13.3.0TypeScript
ReduxToolkit
GraphQL / Apollo-Server
MongoDB
AWS S3 bucket
Jest / RTL
zod
tailwindCSS
- Edit post function
- Post comments function (can comment on a post)
- Because post data is frequently updated by creating and deleting posts, I needed to handle cache in order to display the most up-to-date data on the client.
- In addition, I created custom hooks for mutations and queries to make those functionalities more reusable and the code seems cleaner, which took careful thought and an in-depth understanding of the application, both front and server side.