- Redux Toolkit for state mangement
- RTK QUERY for handling requests
- React Toastify for toast messages.
- Server Side Logic
/utils
contains all necessary things eg: store for redux or middlewares to check for tokens
/styles
file in this directory contains style for specific components
/components
components which are being used in multiple files eg. in page folder and in features folders too
/features
contains all the code for specific type
feature/posts
contains all the logic & components for all the actions which can be done with posts postApi contains all the endpoints same for the other two folders