A Set of Best Practices for JavaScript Projects
British design studio Hive has collected together guidelines for working on JS projects. - https://goo.gl/6mR2HQ
#javascript #guidelines
British design studio Hive has collected together guidelines for working on JS projects. - https://goo.gl/6mR2HQ
#javascript #guidelines
GitHub
wearehive/project-guidelines
project-guidelines - A set of best practices for JavaScript projects
Building a React App in OCaml: A ReasonReact Tutorial
Reason makes it possible to compile OCaml to JavaScript and this post neatly demonstrates building a React app using OCaml and Reason - https://goo.gl/rBNmSM
#react
Reason makes it possible to compile OCaml to JavaScript and this post neatly demonstrates building a React app using OCaml and Reason - https://goo.gl/rBNmSM
#react
Jaredforsyth
A ReasonReact Tutorial | Jared Forsyth.com
An in-depth introduction to Reason/OCaml and the official React.js bindings, aimed at JavaScript developers.
Mastering Async Await in Node
Simplify your callback or Promise based Node apps with async functions with async/await. - https://goo.gl/hYy9e9
#nodejs
Simplify your callback or Promise based Node apps with async functions with async/await. - https://goo.gl/hYy9e9
#nodejs
RisingStack Engineering
Mastering Async Await in Node.js | @RisingStack
In this article, you will learn how you can simplify your callback or Promise based Node.js application with async functions (async/await).
Five Tips for Working with Redux in Large Apps
Some helpful rules and tips to keep Redux manageable. -
https://goo.gl/VcmKEQ
#react #redux
Some helpful rules and tips to keep Redux manageable. -
https://goo.gl/VcmKEQ
#react #redux
AppNexus-tech
Five Tips for Working with Redux in Large Applications
Redux is an excellent tool for managing the “state” of an application. The unidirectional flow of data and the focus on immutable state…
Podcast: Why Enteprise Devs Need a 'Safer' Node
A 30 minute interview with NodeSource’s Pravin Halady on “why enterprise developers might need a safer and more secure version of Node.js and npm”. - https://goo.gl/3wj2ma
#podcast #nodejs
A 30 minute interview with NodeSource’s Pravin Halady on “why enterprise developers might need a safer and more secure version of Node.js and npm”. - https://goo.gl/3wj2ma
#podcast #nodejs
dzone.com
Pravin Halady of NodeSource: Enterprise Ready Node.js [Podcast] - DZone Web Dev
A DZone Zone Leader sits down with a product manager from NodeSource to discuss the importance of Node.js and npm to web devs and how then can drive enterprise.
Logging in React Native
A look at logging options for your React Native apps. - https://goo.gl/vhb36W
#reactNative
A look at logging options for your React Native apps. - https://goo.gl/vhb36W
#reactNative
Brains & Beards
Logging in React Native
A couple days ago I was working at a client’s office, pair-programming alongside the coolest dog I’ve ever met, and I got asked a simple…
Code Sharing Between Web and Mobile with Angular and NativeScript
A look at how Angular and NativeScript allow you to share code between the web and mobile version of an app. - https://goo.gl/mnz11V
#angular #nativeScript
A look at how Angular and NativeScript allow you to share code between the web and mobile version of an app. - https://goo.gl/mnz11V
#angular #nativeScript
NativeScript.org
Code Sharing Between Web and Mobile with Angular and NativeScript
Angular is a platform agnostic framework, where most of its building blocks are not specific to web, mobile, or desktop. Let's have a look at what we need in order to share code between web and native mobile, and some examples showing it in action.
Redux Isn’t Slow, You’re Just Doing It Wrong
Some optimization tips for when using Redux with React. -
https://goo.gl/pW6cm2
#react #redux
Some optimization tips for when using Redux with React. -
https://goo.gl/pW6cm2
#react #redux
Reactrocket
React Rocket
It's not very obvious how to optimize react applications that use Redux. But it's actually fairly straightforward. Here's a short guide, along with a few examples.
6 Free Material Design CSS Frameworks Compared
Giannis Konstantinidis lists some great Material Design CSS frameworks and compares them to make it easier for you to choose what best fits your needs. - https://goo.gl/HVAutf
#css #materialDesign #frameworks
Giannis Konstantinidis lists some great Material Design CSS frameworks and compares them to make it easier for you to choose what best fits your needs. - https://goo.gl/HVAutf
#css #materialDesign #frameworks
SitePoint
6 Free Material Design CSS Frameworks for 2017 Compared — SitePoint
Giannis Konstantinidis lists some great Material Design CSS frameworks and compares them to make it easier for you to choose what best fits your needs.
Server Rendering React with Ruby on Rails
The art of doing server rendering for React components inside of the Ruby webapp framework - https://goo.gl/CqJx19
#react #serverrendering
The art of doing server rendering for React components inside of the Ruby webapp framework - https://goo.gl/CqJx19
#react #serverrendering
via @codeship
Server Rendering React on Rails - via @codeship
In this article, we are going to talk about doing server rendering with our React components inside of Rails.
What's the Deal with Collapsible Margins?
A helpful refresher on collapsed margins: what occurs when two block-level elements with meeting vertical margins combine. - https://goo.gl/hRMNz6
#css
A helpful refresher on collapsed margins: what occurs when two block-level elements with meeting vertical margins combine. - https://goo.gl/hRMNz6
#css
bitsofcode
What's the Deal with Collapsible Margins?
Last week, I ran a twitter poll asking the following question - What would be the amount of space between two sibling divs, where the 1st has a margin-bottom of 10px and 2nd a margin-top of 30px? The result of this poll was that 39% of the 754 people who
Jetset: RESTful API Fetching and Caching for React Apps - https://goo.gl/63gYKC
#react #restful #fetching
#react #restful #fetching
GitHub
DigitalGlobe/jetset
jetset - RESTful API fetching and caching for React apps, backed by an immutable state tree
react-controlled-form: Flexible, Modular and Controlled Forms for React - https://goo.gl/9UjKzE
#react #form
#react #form
GitHub
rofrischmann/react-controlled-form
react-controlled-form - Flexible, Modular & Controlled Forms for React and Redux
Ink: Like A React, But For Building CLI Apps
Provides React’s component-based UI building experience, but for command line-style apps. An intriguing idea.-
https://goo.gl/LvbDjd
#react #cli
Provides React’s component-based UI building experience, but for command line-style apps. An intriguing idea.-
https://goo.gl/LvbDjd
#react #cli
GitHub
vadimdemedes/ink
ink - 🌈 React for interactive command-line apps
Using Feature Queries in CSS
Using @supports, you can apply styles conditionally based on support for certain features. Not a new article but now almost universally supported. - https://goo.gl/JB3Q8E
#css
Using @supports, you can apply styles conditionally based on support for certain features. Not a new article but now almost universally supported. - https://goo.gl/JB3Q8E
#css
Mozilla Hacks – the Web developer blog
Using Feature Queries in CSS
There’s a tool in CSS that you might not have heard of yet. It’s powerful. It’s been there for a while. And it’ll likely become ...
Let's Build a Package Manager
A thorough look at the issues behind what’s involved in creating a Yarn-esque package manager. - https://goo.gl/oiA39R
#nodejs
A thorough look at the issues behind what’s involved in creating a Yarn-esque package manager. - https://goo.gl/oiA39R
#nodejs
Yarn
Let's Dev: A Package Manager
Hello everyone! Today, we’re gonna write a new package manager, even better than Yarn! Ok, maybe not, but at least we’re gonna have some fun, learn how packa...
Sass 3.5 Released
Sass now fully supports CSS custom properties, first class functions, bracketed lists, and the ::slotted pseudo-element. - https://goo.gl/AYadFA
#sass
Sass now fully supports CSS custom properties, first class functions, bracketed lists, and the ::slotted pseudo-element. - https://goo.gl/AYadFA
#sass
Logdown
Sass 3.5 is Released « Sass Blog
I'm excited to announce that I've just released the stable version of Sass 3.5. This release focu...
The Fullstack Tutorial for GraphQL
A comprehensive video series taking you “from zero to production” with React examples based around Apollo and Relay. - https://goo.gl/P9uAjk
#react #graphQL
A comprehensive video series taking you “from zero to production” with React examples based around Apollo and Relay. - https://goo.gl/P9uAjk
#react #graphQL
Howtographql
How to GraphQL - The Fullstack Tutorial for GraphQL
The free and open-source tutorial for you to learn about GraphQL from zero to production. After a basic introduction, you’ll build a Hackernews clone with Javascript or any other technology of your choice.
Introducing npx: An npm Package Runner
npm 5.2 introduces a new binary alongside the usual npm: npx, a tool to simplify using CLI tools and other executables hosted on the registry -
https://goo.gl/vDc8E4
#nodejs #npm
npm 5.2 introduces a new binary alongside the usual npm: npx, a tool to simplify using CLI tools and other executables hosted on the registry -
https://goo.gl/vDc8E4
#nodejs #npm
Medium
Introducing npx: an npm package runner
[You can also read this post in Russian.]