• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back

React. Js

A popular JavaScript library developed by Facebook to enhance the creation of interactive, stateful and reusable user interface components.

Npm

Node. Js's package ecosystem which is the largest of open source libraries in the world

PWAs


Progressive web apps. Web based apps that load fast and send relevant push notifications and deliver rich user experiences that resemble native applicatons.

SPA

Single page applicatons. Apps that do not require page loads when navigating between pages.

Framework vs library

A library plugs into your code but your code plugs into a framework.

Framework

Provides the basic structure of an app.

Library

JQuery or React, a collection of pre-written code consisting of common tasks that simplify development.

Architectural patterns

Reusable solutions to common recurring problems in software architecture.

MVC

Model view controller. A popular software design or architectural pattern for implementing user interfaces.

Declarative programming vs imperative programming

Allows developers to control flow and state in their app and say "it should look like this" as opposed to control of applications by saying "this is what it should do step by step."