I needed to implement a feature to save the ip and address information of user whenever they login to the application.
After I did some of my research, I decided to use this api.
The serverless build result is different between Next.js 8 and Next.js 9.
Next.js 8: generate lambdas (.js)
Next.js 9: generate static html
In the Next.js application, I have both <style jsx> and <style jsx global> in the main.js file.
<style jsx>: style will be local to this file