React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other
With getServerSideProps, we are able to make API calls using prisma and successfully get the information displayed on the front-end website using the props argument and passing in the information where necessary.
With
getServerSideProps
, we are able to make API calls using prisma and successfully get the information displayed on the front-end website using theprops
argument and passing in the information where necessary.