Blog

Next Js getStaticProps

August 15, 2023

If you export a function called getStaticProps (Static Site Generation) from a page, Next.js will pre-render this page at build time using the props returned by getStaticProps.

Angular NgRx

August 15, 2023

Angular NgRx is a set of libraries and tools for managing state in Angular applications using the Redux pattern.