Redux vs Recoil: Choosing the right state management library for React Native
In this article, we’ll compare these two state management solutions by using both of them to build a simple counter application with React Native.
In this article, we’ll compare these two state management solutions by using both of them to build a simple counter application with React Native.
As an app developer, your task includes using programming languages to create, test and develop applications on mobile devices. Your tasks also involves coding, designing and troubleshooting. Did you know your arduous job can be simplified using cross-platform development like the React Native framework?
Some exciting new improvements have been launched with React 18. When React 18 was announced a year ago, the team promised a gradual adoption strategy. Now, a year later, this is exactly what they've done and you can upgrade your app to the newest version. React 18 comes with a few breaking changes, depending on how you use it.
React is a JavaScript-based library for using component-based architecture to create applications that share user interface content. It allows you to define the function or class-based component that provides a specific feature for an application; hence, each component in React application contains the set of lifecycle hooks. There are several lifecycle methods such as mounting the component, updating the state of a component, or unmounting the component.
TL;DR: You can use Codemagic CI/CD to build and publish Electron desktop apps. In this article, we will create a sample app for monitoring and trading stocks using React and Electron and build it for macOS, Windows, and Linux using Codemagic.
ThoughtSpot Everywhere provides SDKs to make embedding ThoughtSpot into your application easy. In addition to the more general JavaScript components for embedding ThoughtSpot, developers can also use React-specific components for those writing React applications. Using the React components you can quickly embed analytics with just a few lines of code.
Guest writer Milica Aleksic shares her tips for making the switch from web to mobile development using React Native.
Everyone seems to be making chat apps these days, but messaging apps are merely the tip of the iceberg. Consider this for a moment, within the real-time domain, there are a plethora of different things you can create. We'll start with some fundamental concepts and work our way up to see how to go real-time with Node and React in the following post. By the end of this article, you will have created a very simple real-time application. That will be a lengthy post!
Whether React is your favorite JavaScript framework or not, it is the most commonly used web framework. If you're building single-page apps, high fidelity frontends, or even in some cases static sites, there's a high chance that you're using React to do it. In the past it was sometimes difficult to decide on the best place to put code from libraries, such as ably-js, which can cause re-renders, and which have their own state management.