Best of React NativeJanuary 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    This is Why We Stopped Using React Native

    React Native is a ‘cross-platform’ framework that allows you to create both Android and iOS apps with a single codebase. It’s an alternative to ‘native’ frameworks for iOS and Android which are the frameworks that the vendors of the platforms suggest you use.

  2. 2
    Article
    Avatar of smashingSmashing Magazine·3y

    Top Front-End Tools Of 2022 — Smashing Magazine

    Top Front-End Tools Of 2022 are the most popular tools in the developer community. Almost all of these tools are practical tools you can use in your projects today. Piling.js is a JavaScript library that allows you to build interfaces where large amounts of items can be dragged and dropped into “piles” It’s built on top of PixiJS.

  3. 3
    Article
    Avatar of react_nativeReact Native·3y

    First-class Support for TypeScript · React Native

    New app template is TypeScript by default by default. New TypeScript declarations shipped with React Native React Native documentation are TypeScript First. The new app template no longer has a. but one is still present in the React Native repository that can be used as a basis for your app.

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

    Sleepwell - Sleep Cycle Calculator / Alarm with React Native

    Sleepwell - Sleep Cycle Calculator / Alarm with React Native Sleepwell - React-Native Sleepwell. Sleepwell is now available on Google Play Store. The project was just tested with Android, with some changes necessary to use in IOS.

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

    A duolingo clone built with React Native

    A duolingo clone built with React Native is a clone of the Duolingo app. Labels challenge the app and theDuolingo design portfolio. The clone was built with a React Native version of the app.

  6. 6
    Article
    Avatar of honeypotHoneypot·3y

    The Curious Case of React

    React is a JavaScript library for building user interfaces that was developed by Facebook. It was released in 2013 and has become one of the most popular tools for building web applications. It is now used to build many of the web's most popular applications, including Instagram, Airbnb, and Netflix.

  7. 7
    Article
    Avatar of dzDZone·3y

    Pros and Cons of Using Styled Components in React

    Styled-Components are easy, flexible, and amazing, but just like everything else, it has pros and cons. The styled component is a library built for React and React Native. It allows you to style your react components by writing actual CSS in it, giving developers flexibility to use their CSS code on multiple projects.

  8. 8
    Article
    Avatar of telerikTelerik·3y

    Understand How Rendering Works in React

    React is an open-source frontend JavaScript library for building user interfaces with a component-based architectural approach. Understanding React’s rendering behavior aids in developing highly optimized and performant React apps. In this article, we will discuss the basics of how rendering in React works.

  9. 9
    Article
    Avatar of logrocketLogRocket·3y

    Creating a resume builder app in React Native

    In this tutorial, you’ll learn some important practical skills and techniques for mobile development. In this project, we will create a resume builder app in React Native. The app’s user interface will include two screens. The first screen will contain various input fields containing prompts for the user to provide information relevant to their resume.

  10. 10
    Article
    Avatar of communityCommunity Picks·3y

    What’s the future of React Native? And why does Facebook care?

    Facebook's Web App approach for mobile users was quickly falling behind in capabilities and features available in natively developed mobile apps. At the time, the Facebook App was still running as a Web App on smartphones. In 2013, Facebook acquired Parse, a mobile backend-as-a-service (BaaS) company.

  11. 11
    Article
    Avatar of react_nativeReact Native·3y

    React Native 0.71: TypeScript by Default, Flexbox Gap, and more... · React Native

    React Native version 0.71: TypeScript by default, Flexbox Gap, and more. This is a feature-packed release with a number of new props for accessibility, styles, and events. The new project is already set up with a so out of the box your IDE will help you write typed code right away.

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

    FoodHub application with React Native

    FoodHub application with React Native foodHubApp-ReactNative Project features. FoodHub app uses React Native to create a menu for foodHub app. The app is available on the FoodHubApp app for food HubApp-reactNative project.

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

    This Week In React #132: Astro, Remix, Server Components, useGlobalState, Next.js, Redwood, Expo Router, Expo Image, Android Widgets...

    This Week in React #132: Astro, Remix, Server Components, useGlobalState, Next.js, Redwood, Expo Router, Expo Image, Android Widgets. This week we have some nice releases with Astro 2.0 and Remix 1.11.

  14. 14
    Article
    Avatar of dzDZone·3y

    Implement Instagram-Like Filters in React Native

    Installing React Native and setting it up is a different and simple process. There are three major functions one needs in the application; Cropping, Filtering, and Downloading. To perform these functions, our developers have selected the three best libraries to support filters in react native that you need to install.