dev.to
1. Adding Pinia to Nuxt 3 š (2023)
Introduction
In this post, we'll introduce Pinia, a powerful package for managing your Nuxt app's state in a single place.
Whether you're new to state management solutions or experienced with libraries such as Vuex and Redux, Pinia is definitely worth checking out.
State management
If you've ever found yourself aimlessly trying to manage state through props and events, then the idea of a store may sound appealing:
Manage an app's state from a single, centralised store
Update and retrieve dā¦
#nuxt #nuxt3 #pinia
2. Can I remove the "DEBUG" banner in Flutter?
You have certainly seen the DEBUG banner shown on the top right corner of your app when developing in local host.
I bet you asked yourself: can I remove it?
Yes you can! The MaterialApp widget has the debugShowCheckedModeBannerproperty, see here. You can set it to false to remove it.
Handy to take those screenshots you need to upload your app in the App store ;)ā¦
#flutter
3. Top 7 Colour Schemes that Will Make Your Website Stand Out in 2023
A crucial component of web design to help your website stand out from the competition is colour. A well-chosen colour scheme can draw customers in, communicate your brand's message, and even affect their purchase behaviour. In this post, I'll cover the top 10 colour combinations that will distinguish your website in 2023.
Before we move on, remember you can build your websites, landing pages, APIs, and more, with or without coding on DoTenX for free. Make sure to check it out and even nominate ā¦
#webdev #design #html #beginners
1. Adding Pinia to Nuxt 3 š (2023)
Introduction
In this post, we'll introduce Pinia, a powerful package for managing your Nuxt app's state in a single place.
Whether you're new to state management solutions or experienced with libraries such as Vuex and Redux, Pinia is definitely worth checking out.
State management
If you've ever found yourself aimlessly trying to manage state through props and events, then the idea of a store may sound appealing:
Manage an app's state from a single, centralised store
Update and retrieve dā¦
#nuxt #nuxt3 #pinia
2. Can I remove the "DEBUG" banner in Flutter?
You have certainly seen the DEBUG banner shown on the top right corner of your app when developing in local host.
I bet you asked yourself: can I remove it?
Yes you can! The MaterialApp widget has the debugShowCheckedModeBannerproperty, see here. You can set it to false to remove it.
Handy to take those screenshots you need to upload your app in the App store ;)ā¦
#flutter
3. Top 7 Colour Schemes that Will Make Your Website Stand Out in 2023
A crucial component of web design to help your website stand out from the competition is colour. A well-chosen colour scheme can draw customers in, communicate your brand's message, and even affect their purchase behaviour. In this post, I'll cover the top 10 colour combinations that will distinguish your website in 2023.
Before we move on, remember you can build your websites, landing pages, APIs, and more, with or without coding on DoTenX for free. Make sure to check it out and even nominate ā¦
#webdev #design #html #beginners