BBuilding a Next.js static website based on Airtable
The Next.js team is continuously delivering killer features. The getStaticProps function is one of them (available from Next.js 9.3). It is only run at build time , contrary to getInitialProps…
The most modest web development articles, by windkomo
The Next.js team is continuously delivering killer features. The getStaticProps function is one of them (available from Next.js 9.3). It is only run at build time , contrary to getInitialProps…
Buttons are basic components that are found everywhere, from web apps to simple web static pages, but doing them properly is hard , from user-intuitive styling to accessibility, which is out of the…
Sending emails is a critical part of web applications. If often marks major checkpoints of the user journey such as signing up or completing a purchase. As such, I always felt that thoroughly testing…
Ever had a code issue with some kind of unexplainable, mysterious or mystic behavior? The one that keeps you at your desk for hours and gives you headaches? I sure have! Throughout my (humble…