Skip to content

Latest commit

 

History

History
313 lines (204 loc) · 14.3 KB

2017-03-13.md

File metadata and controls

313 lines (204 loc) · 14.3 KB

###2017-03-13

####python

####go

🌸 A command-line fuzzy finder written in Go

####javascript

🌈 Simple, elegant spark lines for Vue.js

🎉 V2 release! 🎉 — Step-by-step tutorial to build a modern JavaScript stack.

  • webpack / webpack: A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders," modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • facebook / react-native: A framework for building native apps with React.

  • hyperapp / hyperapp: 1kb JavaScript library for building frontend applications.

  • nodejs / node: Node.js JavaScript runtime ✨🐢🚀✨

  • reactjs / redux: Predictable state container for JavaScript apps

####java