21578
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile и многое другое. Администратор: @andrey2019 Donate: https://goo.gl/5FJz4U
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
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
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
Jetset: RESTful API Fetching and Caching for React Apps - https://goo.gl/63gYKC
#react #restful #fetching
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
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
React Pattern: Extract Child Components to Avoid Binding - https://goo.gl/oSdWFN
#react #pattern
Getting 60 FPS JavaScript Swiping on Mobile - https://goo.gl/4nVuSX
#mobile #web
Five Tips for Working with Redux in Large Apps
Some helpful rules and tips to keep Redux manageable. -
https://goo.gl/VcmKEQ
#react #redux
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
Rekit 2.0: A Toolkit for Building Modern React Apps
Essentially provides an opinionated structure for React, Redux and React-Router powered apps. Also includes a Web based UI for testing and modifying an app. - https://goo.gl/N2hjVH
#react
AI Eats Future of Software
Microservices will be a central theme of next generation applications. With so much of heterogenous components sitting inside one stack, monolithic approach would hardly make sense. Microservices can give the desired modularity and ability to build applications that can scale. - https://goo.gl/mMf4K7
#microservice #ai
How to Enhance Mobile Interactions with Sound Design
Some insights, plus an introduction to the Facebook Sound Kit, a collection of interaction sounds they’re making available - https://goo.gl/x1AM4M
#mobile #web #design
Code a Real-Time NativeScript App: SQLite
How to integrate a SQLite database into a NativeScript app to store data locally. - https://goo.gl/o3Zh22
#mobile #nativescript
Kitten Tricks: A React Native Mobile Starter Kit
Features over 40 free and open-source app screens. - https://goo.gl/k4Vd9a
#mobile #reactnative #starterkit
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
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
react-controlled-form: Flexible, Modular and Controlled Forms for React - https://goo.gl/9UjKzE
#react #form
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
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
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
Logging in React Native
A look at logging options for your React Native apps. - https://goo.gl/vhb36W
#reactNative
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
Mastering Async Await in Node
Simplify your callback or Promise based Node apps with async functions with async/await. - https://goo.gl/hYy9e9
#nodejs
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
Chalk 2.0: Terminal String Styling and Colorizing
The 5th most depended upon npm package takes another step forward with full ‘true color’ (24 bit) support, plus an ability to use tagged template literals. - https://goo.gl/u7yBE3
#nodejs
How To Manage UI State With Redux - https://goo.gl/Ehsg9m
#react #redux
react-workspaces: A Fusion Between react-tabs and react-split-pane -
https://goo.gl/K7tvir
#react #code
Build a Reusable Scroll List Component with Animated scrollTo in React - https://goo.gl/DcF72j
#react #scroll #component
Writing Clean and Concise React Components
.. by making full use of ES6 and 7’s features and the container-component pattern. - https://goo.gl/pp7Jwg
#react #components