Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anisurrahman072/react-native-advanced-guide
React Native Advanced Guide Book (iOS & Android) - Be an Expert in 2024 π₯
https://github.com/anisurrahman072/react-native-advanced-guide
advanced-programming performance-optimization react-native
Last synced: about 11 hours ago
JSON representation
React Native Advanced Guide Book (iOS & Android) - Be an Expert in 2024 π₯
- Host: GitHub
- URL: https://github.com/anisurrahman072/react-native-advanced-guide
- Owner: anisurrahman072
- Created: 2023-12-31T15:07:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-02T23:35:02.000Z (4 months ago)
- Last Synced: 2025-02-06T17:14:37.343Z (about 11 hours ago)
- Topics: advanced-programming, performance-optimization, react-native
- Language: JavaScript
- Homepage: https://twitter.com/anis_RNCore
- Size: 22.7 MB
- Stars: 2,117
- Watchers: 37
- Forks: 219
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Advanced Guide Book
![Alt text]()
- This **Guide Book** was written by [**Anis**](https://github.com/anisurrahman072) ([π©΅ **CONNECT me in X**](https://twitter.com/anis_RNCore))
- It consists of **12 chapters** & **70+ Topics** that were written with deep R&D and took me **5 months** to complete.
- The guide was first published as 12 articles on ([**Medium**](https://medium.com/@anisurrahmanbup)).
- All the Articles were originally based on **RN v0.71**.### π©΅ If you find this BOOK helpful, please give a STAR π©΅
# Table of Contents (70+ TOPICS)
### [β 001 - Ultimate Guide on New Architecture in depth](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/New-Architecture/New-Architecture-in-depth.md)
- Codegen (Native Code Generator)
- JSI (JavaScript Interface)
- Hermes Engine (New JS compiler)
- Turbo Modules (New Native Modules)
- Fabric (New Rendering Engine)
- Yoga (Cross platform layout engine)### [β 002 - Ultimate Guide on Debugging, Profiling & Advanced Optimization](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/Debugging-Profiling/Debugging-and-Profiling-ultimate-guide.md)
- iOS & Android Dev Menu
- Chrome Dev Tools
- Performance Monitor
- FPS (Frame Per Second)
- React Native four Threads
- Flipper for JS Context tracking
- Profiling iOS by Xcode Instruments
- Android Profiler in Android Studio### [β 003 - Ultimate Guide on Component (JS) Testing by RNTL with Jest setup](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/Testing/RNTL-Component-Testing-ultimate-guide.md)
- Brief intro with all types of RN testing
- React Native Testing Library (RNTL) details
- JEST setup & all it's config
- API => Render(): βqueriesβ, βupdate", βdebug"
- API => UserEvent()
- API => FireEvent()
- API => WaitFor()
- API => Mocking(): "jest.fn()" & "jest.mock()"
- Host & Composite components in RN### [β 004 - Ultimate Guide on Hermes & Static Hermes](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/New-Architecture/Hermes-and-Static-Hermes-in-depth.md)
- Bundle Release
- Relation between Bundle & Hermes
- Hermes Bytecode (.hbc)
- How to enable Hermes ?
- Oversure is Hermes working or not ?
- Enabling Hermes in Old RN Versions
- Static Hermes### [β 005 - Ultimate Guide on How to Enable New Architecture](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/New-Architecture/How-to-Enable-New-Architecture.md)
- Development ENV to Enable New Architecture
- Enable Hermes Instruction
- Npx Commands for Android
- Npx Commands for iOS
- Confirm New Architecture in action### [β 006 - Ultimate Guide on Performance Optimization](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/Performance-Optimization/Performance-Optimization-coding-guide.md)
- Use New Architecture
- FlatList/ SectionList for List Performance
- Unnecessary Console
- Cache mechanism
- Image resize, Cache Image & Fast loading Image
- Schedule Animation & Native driver
- Coding standard
- Hermes Engine
- Reselect with Redux
- Monitor Memory usage
- Fast Navigation### [β 007 - Ultimate Guide on Virtualization (List of Items) Optimization](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/List-and-Virtualization/All-ListView-and-Virtualization-Optimization.md)
- optimization
- optimization
- optimization
- with Virtualization props### [β 008 - Ultimate Guide on FlashList (Cell Re-Cycling) Optimization](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/List-and-Virtualization/FlashList-Cell-Recycling-details.md)
- Details about βRecyclerListViewβ
- Why Cell Re-Cycling ?
- Difference between "Blank Cell" & "Cell Re-cycling"
- FlashList Implementation
- All important props of FlashList
- Check Performance of your FlashList
- Reduce "Blank Space" techniques
- How to Migrate from "FlatList" to "FlashList" ?### [β 009 - Ultimate Guide on Nested Virtualization (Anti Pattern)](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/Anti-Patterns/Nested-Virtualization-anti-pattern.md)
- Nested VirtualizedLists Error
- Anti Pattern Reason
- SOLUTION code### [β 010 - Ultimate Guide on Component Call (Anti Pattern)](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/Anti-Patterns/Component-Call-anti-pattern.md)
- Component Call => Functional way
- Component Call => React way
- Functional way creates silent ERROR!
- Error analysis
- Rules of React Hooks (Violation)
- Error Solution### [β 011 - Ultimate Guide on IN APP PURCHASE (iOS & Android)](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/In-App-Purchase/In-App-Purchase-details-implementation.md)
- Basic Flow of Payment Gateway
- Sandbox Testing
- How GOOGLE IAP & iOS IAP works ?
- RevenueCat SDK
- Implementation instruction (iOS & Android)### [β 012 - Ultimate Guide on Higher Order Component, PROPS & Custom Hooks](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/Components-and-Hooks/HOC-Props-and-Custom-Hooks.md)
- Higher Order Component (HOC) pattern
- Render Props pattern
- Custom Hooks
- Lifting state to Parent Component
- When custom Hooks are better than HOC?
- Custom Hooks replaced "Render props pattern"### [π₯ C++ & JSI Module Guides coming soon β β Stay Tune π]()
# Endorsements
### π£ [This Book](https://github.com/anisurrahman072/React-Native-Advanced-Guide) - Featured on the Top [RN Radio Podcast](https://reactnativeradio.com/episodes/rnr-285-expo-dominates-the-app-store-and-other-news) - ( by [Jamon](https://twitter.com/jamonholmgren), [Infinite Red](https://twitter.com/infinite_red) )
### π£ [RNTL Guide](https://github.com/anisurrahman072/React-Native-Advanced-Guide/blob/master/Testing/RNTL-Component-Testing-ultimate-guide.md) - Endorsed by [Official Doc of RNTL](https://callstack.github.io/react-native-testing-library/docs/guides/community-resources) - ( by [Maciej](https://twitter.com/mdj_dev), [Callstack](https://twitter.com/callstackio) )
# Contribution
- If you find any issues in the guidebook, please create a pull request (PR). Your PR will help the community π
- Also, if you want to add more advanced guides to this repository, I will add you as a core contributor here π₯# π― PUBLISHED [RN SDK RELEASES R&D GUIDE](https://github.com/anisurrahman072/React-Native-SDK-Research) π
- I'm doing deep R&D on different RN SDK releases & new features
- Doing R&D on React Native Skia, React Native Screen, React Native, Expo, many more new features