Leaflet is a handy, lightweight, performant JavaScript library for creating responsive and interactive maps for the web.
If you were to meet your friend in the street, straight away you would likely greet them and ask them […]
Explore geolocation in React Native and build an app that displays the user’s location on a map and sends it to an external source.
Micro-frontends let you split a large web application into smaller, manageable pieces. It’s an approach inspired by the microservice architecture […]
Learn how to build a splash screen in React Native for both iOS and Android apps, and edit its background color.
Add custom fonts to your React Native app using Google Fonts to improve user experience.
We build a smart data table UI in React Table v7 and explore some of the new features available in Tantack Table v8.
Nitro.js is a solution in the server-side JavaScript landscape that offers features like universal deployment, auto-imports, and file-based routing.
Explore best practices for typing `children` props in TypeScript in both functional and class-based components.
dangerouslySetInnerHTML
in a React applicationThe `dangerouslySetInnerHTML` property in a React application is the equivalent of the `innerHTML` attribute in the browser DOM. Learn more in this guide.
Ding! You got a notification, but does it cause a little bump of dopamine or a slow drag of cortisol? […]
A guide for using JWT authentication to prevent basic security issues while understanding the shortcomings of JWTs.