StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
Foundation
ByFoundationFoundation

Foundation

#47in Frameworks
Discussions5
Followers1.19k
OverviewDiscussions5

What is Foundation?

Foundation is the most advanced responsive front-end framework in the world. You can quickly prototype and build sites or apps that work on any kind of device with Foundation, which includes layout constructs (like a fully responsive grid), elements and best practices.

Foundation is a tool in the Frameworks category of a tech stack.

Key Features

Semantic: Everything is semantic. You can have the cleanest markup without sacrificing the utility and speed of Foundation.Mobile First: You can build for small devices first. Then, as devices get larger and larger, layer in more complexity for a complete responsive design.Customizable: You can customize your build to include or remove certain elements, as well as define the size of columns, colors, font size and more.Professional: Millions of designers and developers depend on Foundation. Now we have business support, training and consulting to help grow your product or service.

Foundation Pros & Cons

Pros of Foundation

  • ✓Responsive grid
  • ✓Mobile first
  • ✓Open source
  • ✓Semantic
  • ✓Customizable
  • ✓Quick to prototype
  • ✓Simple ui
  • ✓Fast
  • ✓Best practices
  • ✓Easy setup

Cons of Foundation

  • ✗Requires jQuery
  • ✗Awful site

Foundation Alternatives & Comparisons

What are some alternatives to Foundation?

Bootstrap

Bootstrap

Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.

Material Design for Angular

Material Design for Angular

Material Design is a specification for a unified system of visual, motion, and interaction design that adapts across different devices. Our goal is to deliver a lean, lightweight set of AngularJS-native UI elements that implement the material design system for use in Angular SPAs.

Animate.css

Animate.css

It is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.

Tailwind CSS

Tailwind CSS

Tailwind is different from frameworks like Bootstrap, Foundation, or Bulma in that it's not a UI kit. It doesn't have a default theme, and there are no build-in UI components. It comes with a menu of predesigned widgets to build your site with, but doesn't impose design decisions that are difficult to undo.

Material-UI

Material-UI

Material UI is a library of React UI components that implements Google's Material Design.

Nuxt.js

Nuxt.js

Nuxt.js presets all the configuration needed to make your development of a Vue.js application enjoyable. You can use Nuxt.js for SSR, SPA, Static Generated, PWA and more.

Foundation Integrations

Zurb Ink, CodeKit, Durandal are some of the popular tools that integrate with Foundation. Here's a list of all 3 tools that integrate with Foundation.

Zurb Ink
Zurb Ink
CodeKit
CodeKit
Durandal
Durandal

Foundation Discussions

Discover why developers choose Foundation. Read real-world technical decisions and stack choices from the StackShare community.Showing 1 of 5 discussions.

Lee Benson
Lee Benson

Nov 30, 2018

Needs adviceonReactReactGraphQLGraphQLApolloApollo

ReactQL is a React + GraphQL front-end starter kit. #JSX is a natural way to think about building UI, and it renders to pure #HTML in the browser and on the server, making it trivial to build server-rendered Single Page Apps. GraphQL via Apollo was chosen for the data layer; #GraphQL makes it simple to request just the data your app needs, and #Apollo takes care of communicating with your API (written in any language; doesn't have to be JavaScript!), caching, and rendering to #React.

ReactQL is written in TypeScript to provide full types/Intellisense, and pick up hard-to-diagnose goofs that might later show up at runtime. React makes heavy use of Webpack 4 to handle transforming your code to an optimised client-side bundle, and in throws back just enough code needed for the initial render, while seamlessly handling import statements asynchronously as needed, making the payload your user downloads ultimately much smaller than trying to do it by hand.

React Helmet was chosen to handle <head> content, because it works universally, making it easy to throw back the correct <title> and other tags on the initial render, as well as inject new tags for subsequent client-side views.

styled-components, Sass, Less and PostCSS were added to give developers a choice of whether to build styles purely in React / JavaScript, or whether to defer to a #@{css}|topic:477| #preprocessor. This is especially useful for interop with UI frameworks like Bootstrap, Semantic UI, Foundation, etc - ReactQL lets you mix and match #css and renders to both a static .css file during bundling as well as generates per-page <style> tags when using #StyledComponents.

React Router handles routing, because it works both on the server and in the client. ReactQL customises it further by capturing non-200 responses on the server, redirecting or throwing back custom 404 pages as needed.

Koa is the web server that handles all incoming HTTP requests, because it's fast (TTFB < 5ms, even after fully rendering React), and its natively #async, making it easy to async/await inside routes and middleware.

0 views0
Comments
View all 5 discussions

Try It

Visit Website

Adoption

On StackShare

Companies
776
CCDHOP+770
Developers
502
CBBETD+496