Inheritance is a great OOP concept to reuse code while maintaining its integrity. However, due to the structure of React Native components, inheritance is not the best option for React Native.
Learn about react-native-track-player features through implementing a fully-featured music track player library.
View the recording Thanks for joining us! Relevant links from the talk: Presentation slides Demo app Accessibility checklist (a11y project) […]
Review some existing React component libraries that you can use for inline editing, including react-easy-edit, Atlassian, react-editext, react-contenteditable, React Table, and more.
Create a simple bar chart using D3.js and React, add customizations like labels, and troubleshoot some common issues that arise when pairing the two JavaScript libraries.
Learn how to build a speech-to-text dictation application using React Native, Node.js, Xcode, and VS Code.
Shoelace is a UI library built on web component technology; it offers the same experience as any JavaScript framework but with better perks.
Follow along with this guide to learn how to build a blog with Alinea and React, the new CMS written in TypeScript.
Learn how to use dnd kit, an alternative to react-beautiful-dnd, to design drag-and-drop patterns for your React apps!
Explore how to create a React context menu, the shortcuts to activate right-click menus, and how to create a custom context menu Hook.
Learn how to use Whisper, a speech recognition tool, to create a speech-to-text application with React Native.
In this article, we will be using Draft.js and react-draft-wysiwyg to build a rich text editor and display text we created using the editor.