https://github.com/dance2die/alternative-web-technologies
List of alternative web technologies(libraries/frameworks) to use
https://github.com/dance2die/alternative-web-technologies
css html html5 javascript list web
Last synced: 3 months ago
JSON representation
List of alternative web technologies(libraries/frameworks) to use
- Host: GitHub
- URL: https://github.com/dance2die/alternative-web-technologies
- Owner: dance2die
- Created: 2017-09-05T17:26:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T17:31:53.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T21:05:23.899Z (over 1 year ago)
- Topics: css, html, html5, javascript, list, web
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alternative Web Technologies
### This page is to list alternative web technologies/frameworks/libraries to use.
Alternatives are listed in no particular order.
If you'd like to contribute, please read the [contribution guideline](https://github.com/dance2die/Alternative-Web-Technologies/blob/master/CONTRIBUTION.md).
****
## ⚡️[jQuery AJAX](http://api.jquery.com/jquery.ajax/)
- [Axios](https://github.com/mzabriskie/axios) : Promise based HTTP client for the browser and node.js.
- [SuperAgent](https://github.com/visionmedia/superagent) : Ajax with less suck - (and node.js HTTP client to match).
- [Fetch](https://github.com/github/fetch) : A window.fetch JavaScript polyfill.
## ⚡️[Bootstrap](http://getbootstrap.com/) / [Foundation](http://foundation.zurb.com/) - CSS/Front-end Framework
- [Skeleton](http://getskeleton.com/) : A dead simple, responsive boilerplate.
- [Wing](https://github.com/kbrsh/wing) : A beautiful CSS framework designed for minimalists.
- [Pure.css](https://purecss.io/) : A set of small, responsive CSS modules that you can use in every web project.
- [Miligram](http://milligram.io/) : A minimalist CSS framework.
- [Bulma](http://bulma.io/) : a modern CSS framework based on Flexbox.
- [Blaze CSS](http://blazecss.com/) : Open source modular CSS toolkit providing great structure for building websites quickly.
- [Kube](https://imperavi.com/kube/) : CSS & JS Framework For professional developers and designers alike.
- [Furtive](http://furtive.co/) : A forward-thinking, CSS micro-framework (2.47kB gzipped).
- [Basscss](http://basscss.com/) : Low-Level CSS Toolkit.
- [siimple](https://siimple.juanes.xyz/) : Minimal CSS framework for flat and clean designs.
- [Lotus](http://goatslacker.github.io/lotus.css/) : a small (~1.8k) and powerful css library for the responsive web.
- [Picnic CSS](https://picnicss.com/) : Lightweight and beautiful library.
- [Min](http://mincss.com/)
- [Sly](http://darsa.in/sly/) - JavaScript library for one-directional scrolling with item based navigation support
## ️⚡️[CSS Modules](https://github.com/css-modules/css-modules) - a CSS file in which all class names and animation names are scoped locally by default.
- [JSS](http://cssinjs.org/?v=v9.0.0-pre.3) : JSS is a more powerful abstraction over CSS.
- [Styled Components](https://www.styled-components.com/) : Visual primitives for the component age.
- [Sly](http://darsa.in/sly/) - JavaScript library for one-directional scrolling with item based navigation support
## [LESS](http://lesscss.org/) : CSS Preprocessors
- [SASS](http://sass-lang.com/) : Sass is the most mature, stable, and powerful professional grade CSS extension language in the world.
- [Stylus](http://stylus-lang.com/) : EXPRESSIVE, DYNAMIC, ROBUST CSS.
- [CSS Crush](http://the-echoplex.net/csscrush/) : A standards inspired CSS pre-processor.
- [Myth](http://www.myth.io/) : Myth is a preprocessor that lets you write pure CSS without having to worry about slow browser support, or even slow spec approval. It's like a CSS polyfill.
- [Rework](https://github.com/reworkcss/rework) : CSS manipulations built on css, allowing you to automate vendor prefixing, create your own properties, inline images, anything you can imagine!
- [Stylecow](https://stylecow.github.io/) : Modern CSS to all browsers
- [cssnext](http://cssnext.io/) : Use tomorrow’s CSS syntax, today.
- [PostCSS](http://postcss.org/) : A tool for transforming CSS with JavaScript
- [Pleeease](http://pleeease.io/) : Pleeease is a Node.js application that easily process your CSS.
- [CSS-On-Diet](http://cssondiet.com/) : A preprocessor for designers
## ⚡️[React](https://facebook.github.io/react/) - A Javascript Library for Building User Interfaces
- [Preact](https://preactjs.com/) : Fast 3kB alternative to React with the same ES6 API.
- [Vue.js](https://vuejs.org/) : The Progressive JavaScript Framework.
- [Deku](https://github.com/anthonyshort/deku) : Render interfaces using pure functions and virtual DOM.
- [Virtual-DOM](https://github.com/Matt-Esch/virtual-dom) : A Virtual DOM and diffing algorithm.
## ⚡️[Moment.js](https://momentjs.com/) - Parse, validate, manipulate, and display dates and times in JavaScript
- [date-fns](https://date-fns.org/) : Modern JavaScript date utility library.
- [YUI DataType](https://yuilibrary.com/yui/docs/datatype/) : The DataType Utility is a collection of classes that provide type-conversion and string-formatting convenience methods for numbers, dates, and XML documents.
- [Datejs](http://www.datejs.com/) : Datejs is an open-source JavaScript Date Library.
- [timeago](http://timeago.yarp.com/) : Timeago is a jQuery plugin that makes it easy to support automatically updating fuzzy timestamps.
## ⚡️[Underscore.js](http://underscorejs.org/) - a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects
- [Lodash](https://lodash.com/) : A JavaScript utility library delivering consistency, modularity, performance, & extras.
- [Lazy.js](http://danieltao.com/lazy.js/) : Like Underscore, but lazier.
- Check out [stoeffel/awesome-fp-js](https://github.com/stoeffel/awesome-fp-js) for a comprehensive list of Functional Programming Javascript libraries.
****