10 Frameworks for Mobile Hybrid Apps
A list of ten useful frameworks to help build mobile hybrid apps. - https://goo.gl/khP8bn
#mobile #hybrid
A list of ten useful frameworks to help build mobile hybrid apps. - https://goo.gl/khP8bn
#mobile #hybrid
Jscrambler Blog
10 Frameworks for Mobile Hybrid Apps | Jscrambler Blog
In this post, let us dive into a list of 10 useful frameworks to help you build great and amazing mobile hybrid applications.
5 Image Lazy Loading Techniques to Improve Performance
Maria Antonietta Perna highlights the benefits of lazy loading images on websites and shows five approaches to implement it. - https://goo.gl/MUjDA4
#lazyloading #performance
Maria Antonietta Perna highlights the benefits of lazy loading images on websites and shows five approaches to implement it. - https://goo.gl/MUjDA4
#lazyloading #performance
SitePoint
Five Techniques to Lazy Load Images for Website Performance — SitePoint
Maria Antonietta Perna highlights the benefits of lazy loading images on websites and shows five approaches to implement lazy loading for your website.
How to Organize a Large React App and Make It Scale
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way. - https://goo.gl/28GvGG
#react
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way. - https://goo.gl/28GvGG
#react
SitePoint
How to Organize a Large React Application and Make It Scale — SitePoint
Jack Franklin describes a set of tips and best practices for creating and organizing React applications in a scalable way.
RealWorld: A Combination of React/Angular + Backend Codebases
See how the exact same blog app is built using React or Angular on top of Node, Rails, and Django. Think a more full-stack answer to TodoMVC. - https://goo.gl/Pw62db
See how the exact same blog app is built using React or Angular on top of Node, Rails, and Django. Think a more full-stack answer to TodoMVC. - https://goo.gl/Pw62db
GitHub
gothinkster/realworld
realworld - TodoMVC for the RealWorld™ — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more 🏅
CSS 'Poly Fluid' Sizing using Calc(), 'vw', Breakpoints and Linear Equations
Learn how to use the CSS 'Poly Fluid' method to ensure your apps provide the most fluid experience. - https://goo.gl/khA6hu
#css
Learn how to use the CSS 'Poly Fluid' method to ensure your apps provide the most fluid experience. - https://goo.gl/khA6hu
#css
Medium
CSS Poly Fluid Sizing using calc(), vw, breakpoints and linear equations
When working with creative designers on web page designs, it’s fairly common to receive multiple Sketch or Photoshop artboards/layouts, one…
Building Hybrid Apps with Meteor + Framework 7 Getting Started
Learn how to get started building apps with Meteor.js and Framework7 quickly with this in-depth walkthrough. - https://goo.gl/xZcpyL
#hybrid #meteor #framework7
Learn how to get started building apps with Meteor.js and Framework7 quickly with this in-depth walkthrough. - https://goo.gl/xZcpyL
#hybrid #meteor #framework7
Medium
Building hybrid apps with Meteor + Framework 7 Getting started
Meteor js is a full stack framework that not only have the ability to create real-time application with ease but also have the power to…
Google's Online Progressive Web App Development Course
A new course from Google on how to convert existing sites to PWAs. - https://goo.gl/K7MHbJ
#progressiveweb #course
A new course from Google on how to convert existing sites to PWAs. - https://goo.gl/K7MHbJ
#progressiveweb #course
Nest: A Node Framework Built on TypeScript
A (very) thorough introduction to a framework built around existing libraries like Express and socket.io. - https://goo.gl/QcSZ4Q
#nodejs #express #nest
A (very) thorough introduction to a framework built around existing libraries like Express and socket.io. - https://goo.gl/QcSZ4Q
#nodejs #express #nest
Kamil Mysliwiec Blog | Full-Stack Software Engineer
Nest FINAL release is here! Node.js framework built on top of TypeScript | Kamil Mysliwiec
Nest is a powerful web framework for Node.js, which helps you effortlessly build efficient, scalable applications. It uses modern JavaScript, is built with geTypeScript and combines best concepts of both OOP (Object Oriented Progamming) and FP (Functional…
A Quick Change to Get Much Faster Functional Components?
“Directly calling functional components as functions instead of mounting them using React.createElement is much faster.” Can you reproduce these gains? - https://goo.gl/sKk9vG
#react
“Directly calling functional components as functions instead of mounting them using React.createElement is much faster.” Can you reproduce these gains? - https://goo.gl/sKk9vG
#react
Medium
45% Faster React Functional Components, Now
Jump to TL;DR at the end to see one easy change you can apply to your React code to get a free speedup. For more details, read on.
Create Next App: Create Next.js Apps in One Command
Essentially the Next.js answer to Create React App - https://goo.gl/bCiZuC
#react #nextjs
Essentially the Next.js answer to Create React App - https://goo.gl/bCiZuC
#react #nextjs
GitHub
segmentio/create-next-app
create-next-app - Create Next.js apps in one command
The Basic Patterns of Mobile Navigation
Examining five basic navigation patterns for mobile experiences as well as the strengths and weaknesses of each - https://goo.gl/EKT9lG
#mobile #nav
Examining five basic navigation patterns for mobile experiences as well as the strengths and weaknesses of each - https://goo.gl/EKT9lG
#mobile #nav
Adobe Creative Cloud
Basic Patterns of Mobile Navigation | Creative Cloud blog by Adobe
In this article, we’ll examine five basic navigation patterns for mobile apps and describe the strengths and weaknesses of each of them.
Britecharts: A D3.js-Based Client-Side Charting Library
Based on D3.js v4 and built around reusable components, Britecharts makes it easy to declaratively build charts and visualizations, such as this. There’s lots of info in this introductory post too. - https://goo.gl/FO9WHu
#d3js #britecharts
Based on D3.js v4 and built around reusable components, Britecharts makes it easy to declaratively build charts and visualizations, such as this. There’s lots of info in this introductory post too. - https://goo.gl/FO9WHu
#d3js #britecharts
Britecharts
Britecharts, a D3.js based charting library of reusable components
Britecharts is a client-side reusable Charting Library based on D3.js v4 that allows easy and intuitive use of charts and components that can be composed together creating amazing visualizations.
Modern Media Queries: Key Features of Media Query Level 4
The latest version of the Media Query spec brings extra features to media queries, as thoroughly demonstrated here. - https://goo.gl/dt5XyQ
#css #media
The latest version of the Media Query spec brings extra features to media queries, as thoroughly demonstrated here. - https://goo.gl/dt5XyQ
#css #media
CSS-Tricks
Mobile, Small, Portrait, Slow, Interlace, Monochrome, Coarse, Non-Hover, First | CSS-Tricks
A month ago I explored the importance of relying on Interaction Media Features to identify the user's ability to hover over elements or to detect the accur
CSS Animations vs the Web Animations API: A Case Study
The Web Animations API provides a way for developers to directly manipulate the browser’s animation engine using JavaScript. - https://goo.gl/tSQfa4
#css #animation
The Web Animations API provides a way for developers to directly manipulate the browser’s animation engine using JavaScript. - https://goo.gl/tSQfa4
#css #animation
bitsofcode
CSS Animations vs the Web Animations API: A Case Study
Last week, I wrote about how I created the bitsofcode logo animation with CSS. After that, it was suggested that I attempt a comparison between a CSS animation and the Web Animations API, so here it is! Introduction to the Web Animations API As with last…
The Tao of Redux: Implementation and Intent
A Redux maintainer thoroughly ponders Redux’s implementation, its limitations and constraints. - https://goo.gl/mhMT53
#redux
A Redux maintainer thoroughly ponders Redux’s implementation, its limitations and constraints. - https://goo.gl/mhMT53
#redux
Mark's Dev Blog
Idiomatic Redux: The Tao of Redux, Part 1 - Implementation and Intent · Mark's Dev Blog
The Tao of Redux: Practice and Philosophy
A look at common practices that are widely used in Redux apps and why those practices exist. - https://goo.gl/Z2DcpR
#redux
A look at common practices that are widely used in Redux apps and why those practices exist. - https://goo.gl/Z2DcpR
#redux
Mark's Dev Blog
Idiomatic Redux: The Tao of Redux, Part 2 - Practice and Philosophy · Mark's Dev Blog
PrettyLoader: A Pattern for Wait Animations in React
If you have lots of components loading data from elsewhere, it’s worth thinking about the user experience during the ‘wait’ periods. - https://goo.gl/1mDz1t
#react #component
If you have lots of components loading data from elsewhere, it’s worth thinking about the user experience during the ‘wait’ periods. - https://goo.gl/1mDz1t
#react #component
Medium
PrettyLoader: A Pattern for Wait Animations in React
A general guideline of good UX is to have what’s on screen reflect the state of the system. When you’re dealing with large applications…
How To Create Native Cross-Platform Apps With Fuse
Fuse is a toolkit for creating apps that run on both iOS/Android devices. See how it works and how it compares to platforms such as React Native and NativeScript. - https://goo.gl/KZJ6w2
#reactnative #nativescript
Fuse is a toolkit for creating apps that run on both iOS/Android devices. See how it works and how it compares to platforms such as React Native and NativeScript. - https://goo.gl/KZJ6w2
#reactnative #nativescript
Smashing Magazine
How To Create Native Cross-Platform Apps With Fuse – Smashing Magazine
Fuse is a toolkit for creating apps that run on both iOS and Android devices. It enables you to create apps using UX Markup, an XML-based language. But unlike the components in React Native and NativeScript, Fuse is not only used to describe the UI and layout;…