Skip to content

Instantly share code, notes, and snippets.

get package name

const ownPackageName = require(path.join(__dirname, '..', 'package.json')).name;
@HipsterZipster
HipsterZipster / notes.md
Created August 17, 2018 23:46
react-suspense talk

Ryan Florence - React Suspense

Render props - going away

  • Web and native load data differently
    • mobile switches immediately
    • web pauses and then goes to it when its loaded fro mserver