ReactNative

0x01 Introduction

Review

  1. 2024-07-21 23:19
  2. 2024-09-07

[!Summary]

  1. React Native https://reactnative.dev/ 🥷Github
  2. Github: React Native New Architecture Working Group
  3. About the New Architecture

React Native 新架构实战课 – 蒋宏伟

一、Introduction #

React Native Written in JavaScript, rendered with native code. React primitives render to native platform UI, meaning your app uses the same native platform APIs other apps do.

React Native is an open-source framework developed by Facebook that allows developers to build mobile applications using JavaScript and React. It enables building apps for both iOS and Android platforms by offering a shared codebase, which significantly reduces development time and effort.

...

0x02 Debugging

Review

  1. 2024-10-14 06:52

[!Summary] Debugging Basics

一、Introduction #

流行的调试工具

  1. alert
  2. Terminal: console.log
  3. Flipper https://fbflipper.com/
  4. React Native Debugger
  5. Reactotron

Flipper is a platform for debugging iOS, Android and React Native apps. Visualize, inspect, and control your apps from a simple desktop interface. Use Flipper as is or extend it using the plugin API.

Reference #