Gradients can come in handy when you want to create multi-color backgrounds or custom buttons, adding visual interest to your UI and guiding user attention.
Implement a carousel and add pagination in React Native using react-native-snap-carousel, which provides many options for creating carousels.
The Relay compiler is a GraphQL code generation tool that was recently rewritten in Rust.
Use Flutter to develop a dating app similar to Tinder with a swipeable feature for likes and dislikes.
Explore Gatsby and its usage with GraphQL and TypeScript. Learn to fetch data in Gatsby apps using GraphQL with either page queries or StaticQuery.
Explore the role that JavaScript and Solidity play in developing smart contracts by building a Web3 project from scratch with React.
Orion Protocol is a unique platform for managing all of your crypto assets in one place. Learn how it works (and about the Orion Pool) here.
Thanks to the dev team behind react-native-skia, we can now use Skia in React Native applications to draw graphics and create UI concepts.
Next.js v9.5 introduces Incremental Static Regeneration, a hybrid version of SSG and SSR. Learn about how it can be used.
Use the FL Chart package in Flutter to build charts for gathering and displaying data in mobile apps.
Learn about discriminated union and intersection types in TypeScript and how you can implement them with this guide blog post.
React Query makes it easy to fetch, cache, sync, and update server state in React applications. Learn how to implement pagination and infinite scroll using React Query.