CodeWithYou

Nextjs

  • Published on
    As of July 19th, 2022 Amazon Web Services released their Design System as open-source along with a library of React components that implement the design system. This blog post is a quick overview of the design system and how it can be used with NextJS.
  • Published on
    Mock Service Worker is an API mocking library for browsers and Node. It provides seamless mocking by interception of actual requests on the network level using Service Worker API. This makes your application unaware of any mocking being at the place.