Application using Redux during both SSR and CSR in a NextJS 13 application using the app directory.
Server side Rendering - have moved the store in the server into the client. And RTK querey with the new API standard in the App Router.
Main: Use Redux store in the context of Next 13 with the App Dir with new API structuire on client side context AS WELL AS Server side cotext and bridging the gap between the two.
server side only componnts, we can use async functions
Api - test fetching dtaa from srver and from client.