Best of React NativeAugust 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Announcing Docusaurus 2.0

    Docusaurus is a static site generator that helps you ship beautiful documentation websites in no time. Its flexible theming system permits to adapt the UI to match your branding so that it integrates nicely with your main website or documentation portal. From now on, we plan to respect Semantic Versioning and will release major versioning.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    Javascript to know for Reactjs

    React js is an open javascript library that enables us to be build fast, declarative and component driven web development. With reactjs you can build web apps, cross platform mobiles apps (react native), desktop apps (electron, node gui), progressive web apps (pwas)

  3. 3
    Article
    Avatar of medium_jsMedium·4y

    The Ultimate Clean Architecture Template for TypeScript Projects

    The Ultimate Clean Architecture Template for TypeScript Projects. A guide on creating a layer-based TypeScript project template following the principles of clean architecture. A Detailed Implementation Guide Create your project directories and root Configuring Core, Data, and DI Setting up the mono repo configuration.

  4. 4
    Article
    Avatar of hashnodeHashnode·4y

    Here's what every React Developer needs to know about TypeScript - Part 1

    TypeScript is an open source language developed and maintained by Microsoft. It is a multi-paradigm language (like JavaScript) Allows the use of static types Extra features (generics, interfaces, tuples, etc) Allows for gradual adoption*.

  5. 5
    Article
    Avatar of pointerPointer·4y

    pacocoursey/cmdk: Fast, unstyled command menu React component.

    'K' supports a fully composable API How?, so you can wrap items in other components or even as static JSX. You render items, it filters and sorts them automatically. Can be controlled with the value and onValueChange props.

  6. 6
    Article
    Avatar of hashnodeHashnode·4y

    Fabric: The new Architecture

    Fabric is the React Native forerunner to the old legacy renderer. Fabric takes a different approach to how UI view instances will be created in a React Native application. The new Fabric architecture changes none of this but builds on it, making the experience even more platform specific.

  7. 7
    Article
    Avatar of hashnodeHashnode·4y

    Docusaurus 2.0 🥳️: Meta's static site generator to build beautiful documentation websites

    Docusaurus 2.0 is a documentation static-site-generator, based on Node.js and React. It allows you to focus on content: just write Markdown files. It is already powering many great docs sites you know: React-Native, Redux, Tauri, Electron, Courier, Figma.

  8. 8
    Article
    Avatar of bitBits and Pieces·4y

    5 Ways to Build a React Monorepo

    NX NX is a powerful build tool for React monorepos. It automates tasks that developers must repeat manually and includes features like computation caching, incremental builds, build automation. Like Bit NX Creates a workspace, which contains the monorepo setup for your project of many projects.

  9. 9
    Article
    Avatar of communityCommunity Picks·4y

    Reading Source Code: React

    React repo holds 30+ packages including react, react-dom and react-server. The main benefits are an easier local setup for large projects consisting of multiple independent parts and better code reusability between them. The first thing the create root function does is to validate the container and exit early.

  10. 10
    Article
    Avatar of quastorQuastor Daily·4y

    How Twitch Processes Millions of Video Streams

    Twitch is a live streaming platform where content creators can stream live video to an audience. Twitch maintains nearly a hundred servers (Points of Presence or PoPs) in different geographic regions around the world that streamers and viewers can connect to. The Well monitors the backbone network and provides information about the status of network links so latency issues are minimized.

  11. 11
    Article
    Avatar of shopifyShopify Engineering·4y

    Mastering React’s Stable Values

    UseState and useReducer return a state update function that is constant – the hook will always return the same function. UseFocusEffect has to assume that this new function’s behavior is different and what it does (on every render) is call the cleanup function unsubscribe. The pitfall is in how we tell React to render the JSX.

  12. 12
    Article
    Avatar of expoExpo·4y

    The New Expo CLI

    The new tooling has incredible tests, covering nearly aspect of the tooling. In early 2021 (Expo SDK 41), we introduced support for custom native code in managed workflow projects with EAS Build and a command called expo prebuild. We’ve already begun shipping new Metro features starting with experimental web support, and have PRs open for context modules.

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

    A nft market place mobile application with react native

    A nft market place mobile application with react native nft-marketsquare-app.

  14. 14
    Article
    Avatar of hnHacker News·4y

    Why I built a dictionary app even with more than +300 apps available at AppStore?

    Zeh Fernandes built a dictionary app even with more than +300 apps available at AppStore. The main challenge of having a good dictionary app isn’t tech or design; it is the license models of the companies that maintain and sell dictionaries. All pricing and licensing models I found so far are API based; they charge per call and forbid you to cache the result.