Useful React Native References

Some useful references when working with React Native.

Foundation

Data Layer

State Management

GraphQL

REST

Databases

  • LokiJS
    • The super fast in-memory javascript document oriented database.
  • Browser database
...to understand browser storage, you only really need to understand LocalStorage, WebSQL, and IndexedDB

Internationalization

Debug

Testing

Performance

React storage & performance

Error

Animation

Version Control

Code Tools

Plugins

Expo

Styling


Errors

Others

Blog posts

Useful blogpost references.

React Lifecycles

Relay

Optimization

Error

set of

Others

VSCode settings

Open the file .vscode/settings.json


{
   ...
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  ...
 }