Best of React NativeNovember 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Is Flutter better than React Native?

    Flutter and React Native are natural competitors as two of the most used multi-platform mobile app frameworks. The answer lies not in the technical aspects of React Native and Flutter at all. Hiring developers is famously difficult right now, but the pool of developers to draw from is far larger than Flutter's.

  2. 2
    Article
    Avatar of pointerPointer·3y

    The State of Frontend in 2022

    The State of Frontend in 2022 analysis of 3,700 respondents from 125 countries. The 5 countries with the most responses were the US, Poland, UK, Germany and India. Only 18% of people filling out the survey said they work at non-tech-first companies.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Tidy up your ES6 imports

    Barrel Pattern A barrel is a way to roll up exports from several modules into a single module. The barrel itself is a module file that re-exports selected exports of other modules. For each folder where we want a common export, we create an file that will contain the exports for every file of the folder.

  4. 4
    Article
    Avatar of medium_jsMedium·3y

    Javascript Interface(JSI): Overview and the need for re-architecture of react native

    React Native is bundled with cross platform support, OTA updates, live reload, cost efficiency and cost efficiency. The biggest bottleneck in scaling react native applications has been the performance as you add more modules. But how the current architecture works? React Native architecture depends on three threads: a) UI thread.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Why we ditched GraphQL for tRPC

    GraphQL has been the API layer for dozens of apps developed by Echobind. Both GraphQL and tRPC are perfectly compatible with React and React Native and have first-party client-side library support. Both support end-to-end type checking, with GraphQL requiring a codegen step.

  6. 6
    Article
    Avatar of dzDZone·3y

    12 Essential Skills Your ReactJS Developers Should

    This guide will explain the crucial React JS developer abilities to screen for when hiring a ReactJS developer. Read our in-depth recruiting guide to discover the greatest React skills for your team. Join the DZone community and get the full member experience.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    Best practices for styling React native apps

    React native apps can be used independently and easily configurable so you can adjust for your needs and the specificities of the projects. Theming is a simple way to use a theme: a plain javascript object. Conditional styles with functions and typescript with a single function are the best ways to achieve multiples styles.

  8. 8
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    A beautiful looking wallet app made with React Native (TypeScript)

    A beautiful wallet app made using React Native and Expo CLI App Showcase Acknowledgements - Expo - Styled Components - React Native Reanimated. React Native BottomSheet Run Locally Clone the project. Go to the project directory to install dependencies.

  9. 9
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    A beautiful wallet app made using React Native CLI Typescript

    A beautiful wallet app made using React Native CLI Typescript App Showcase Acknowledgements. Styled Components - React Native Reanimated and React Native BottomSheet Run Locally Clone the project. Go to the project directory.

  10. 10
    Article
    Avatar of twirThis Week In React·3y

    This Week In React #125: tRPC, T3, Remix, Zustand, Server Components, Drag & Drop, Forms, Gatsby, Remotion, React-Native, Skia...

    This Week in React #125: tRPC, T3, Remix, Zustand, Server Components, Drag & Drop, Forms, Gatsby, Remotion, React-Native, Skia. This week is Black Friday. I created a page with the best deals for a React dev.

  11. 11
    Article
    Avatar of semaphoreSemaphore·3y

    React Native in 2022 and Beyond

    React Native has kept up well in delivering best-in-class experiences for small, medium, and large-scale applications. It has finally been unveiled with the release of v0.68 and is available for opt-in with a straightforward flag.

  12. 12
    Article
    Avatar of reactnativeexampleReact Native Example·3y

    A library to help you animate and improve the user experience when is moved between pages with animations on react native apps

    Between Pages A library to help you animate and improve the user experience when is moved between pages with animations on react native apps. Between Pages uses the underlying native library called Animated from react native itself. This allows all animation between routes to be at high FPS. Remembering that BetweenPages is not recommended for route management.