How to create buttons in React Native depending on the level of desired customisability: the quick and simple Button, a more customisable Touchable, and the most customisable Pressable.
Button component is useful for quick prototyping.
TouchableOpacity is the most common way of creating buttons and other touchable areas, and is suitable for most use cases.
Pressable gives you the most control over the look and feel of your button, including customising the pressed state and text, as well as handling long presses separately from regular presses.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
It is a great course and easy to understand what they say.
Rad course! Just getting into React Native and learned a ton in just these three videos.
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.