reading-notes

Reading Notes

View the Project on GitHub simon-panek/reading-notes

Code 401: Class 43 - Gatsby, next.js, other JS Frameworks


Questions

  1. What does React Native do when it builds your application? It translates it (renders it) in the native language necessary for the iPhone or Android platforms

  2. Can you simply deploy a react web app to the phone? No, a react web app will be accessible to any platform if used in the browser, but to deploy locally it wil need to be in a native form.

Vocabulary

Read: Learn Next.js

Read: Gatsby Tutorial

Bookmark: Next.js Docs

Bookmark: Gatsby.js Docs

Bookmark: Angular.js

Bookmark: Angular

Bookmark: Vue

Bookmark: Backbone.js

Bookmark: Ember

Bookmark: Knockout

Bookmark: Laravel


Return to reading-notes Deployed Site

Return to reading-notes Mark Down