FrontEnd Development
30.9K subscribers
145 photos
1 video
9.35K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
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
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
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
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
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
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
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
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