Great video! TIP: If you have lots of App States you can create a Data Type and put all variables there and then create a one single App state which will be your Data type.
yes, that will definitely make things simpler. the reason for not doing this is to limit the number of components that have to be redrawn when one of them changes. so, if interface performance doesn't really matter, this is great. if interface performance is more important (e.g. games, or very complex layouts), maybe not.
Hey Majid, nice video again ! You saying that we can store categories in ENUMS but its frustrating in some way because in french if we want to store a category like "Fruits" ist fine, But for "Vegetables" have special characters like "Légumes"... The "é" character is not accepted in ENUMS so basically it became non usable for in a way.
Is there a video that covers the adding the count controller to this scenario? I've been having a few issues to update the item quantity with the counter controller, it creates a new item on cart instead of updating the count on app state.
Great video! TIP: If you have lots of App States you can create a Data Type and put all variables there and then create a one single App state which will be your Data type.
yes, that will definitely make things simpler. the reason for not doing this is to limit the number of components that have to be redrawn when one of them changes. so, if interface performance doesn't really matter, this is great. if interface performance is more important (e.g. games, or very complex layouts), maybe not.
Great stuff! Thanks Majid
Hey Majid, nice video again ! You saying that we can store categories in ENUMS but its frustrating in some way because in french if we want to store a category like "Fruits" ist fine, But for "Vegetables" have special characters like "Légumes"... The "é" character is not accepted in ENUMS so basically it became non usable for in a way.
Is there a video that covers the adding the count controller to this scenario? I've been having a few issues to update the item quantity with the counter controller, it creates a new item on cart instead of updating the count on app state.
Please make video on CRUD iam still confuse...
Great
Hey guys, this series is great, but can you please please please turn off the ads?
"data types define the kind of data variables can store and manipulate within your app"? what the hell does that mean? chat gpt teaches better.