The Web Dev Guide by Wishtack
  • The Web Dev Guide by Wishtack
  • HTML
    • HTML Tags
    • HTML Attributes
    • Content Formatting
    • Empty Tags vs Content Tags
    • Some Links
  • ECMAScript
    • Some History
    • Language Properties
    • Single-Threaded thus Asynchronous
    • The Event Loop
    • Classes
    • Hoisting is Dead: var vs. let vs. const
    • this & "binding"
    • Arrow Functions
    • Template Strings
    • Syntactic Sugar
      • Spread
      • Destructuring
      • Rest
      • Object Literal Property Value Shorthand
    • Named Parameters
    • Compatibility
  • Tools
    • Node.js
    • NPM
    • Yarn
    • Webpack
    • WebStorm
    • StackBlitz
  • DOM
    • What Is It?
    • Element Selection
    • Element Modification
    • Events
  • Forms
    • The <form> tag
    • Form elements
    • Form validation
  • Networking
    • Fetch Web API
  • CSS
    • Selectors
    • Transforms
    • Transitions
    • Animations
    • Web Animations API
    • Sass
  • Responsive Web Design
    • Viewport
    • Media Queries
    • Grid Layout
    • Flex Layout
    • Frameworks & Libraries
  • Web APIs
  • Testing
    • Unit Testing
    • End to End Testing
  • Security
    • Injection
    • DOM XSS
    • Insecure Direct Object Reference
    • Cross-Site Request Forgery
    • Client vs API Validation
    • API Unauthorized Access and Data Leak
  • More Links
Powered by GitBook
On this page
  1. Responsive Web Design

Frameworks & Libraries

PreviousFlex LayoutNextWeb APIs

Last updated 6 years ago

Do not waste your energy by defining custom CSS classes to handle Responsive Web Design!

Use existing frameworks like Twitter's Bootstrap:

... or even better, go Material!

https://www.google.com/design/spec/material-design/introduction.html
https://material.angular.io
https://github.com/angular/flex-layout
https://zingchart.github.io/zingtouch/
http://getbootstrap.com/
Bootstrapgetbootstrap
Material DesignMaterial Design
ZingTouch - A JavaScript gesture detection libraryZingTouch
Logo
Angular MaterialAngular Material
GitHub - angular/flex-layout: Provides HTML UI layout for Angular applications; using Flexbox and a Responsive APIGitHub
Logo
Logo
Logo