📜 ⬆️ ⬇️

Some interesting and useful things for web developer # 38

Good day, dear habravchane. Recently, I saw some interesting and useful tools / libraries / events that I want to share with Habr.

Awesome-react


The traditional “awesome” collection of useful resources for the million- strong React.js framework.

CSS Reference



Probably the most detailed CSS reference from Codrops authors with their amazing HTML / CSS / SVG implementations. Besides the fact that this list of CSS describes all the latest properties, pseudo-classes, functions, types, rules, it also contains information on the latest concepts from the W3C.
')


MProgress.js


Progress bar in Material Design style on CSS3 and vanilla JavaScript without dependencies on third-party libraries.
image
image
image
image


Aurelia



A modern JavaScript framework developed by Rob Eisenberg, a former member of the AngularJS team. Key points that were emphasized: support for different ES5, ES6, TypeScript, AtScript and CoffeeScript, modularity, the ability to use web components, 2-way data-binding and testability. The project in just a few days gathered more than 1,000 stars.

Is.js


A tiny JavaScript library for type checking. There is also a similar Types.js .

var getArguments = function() { return arguments; }; var arguments = getArguments(); is.arguments(arguments); => true is.not.arguments({foo: 'bar'}); => true is.all.arguments(arguments, 'bar'); => false is.any.arguments(['foo'], arguments); => true // 'all' and 'any' interfaces can also take array parameter is.all.arguments([arguments, 'foo', 'bar']); => false 


Webogram - Telegram port for web




Vivaldi Browser




Western thoughts or what would translate to Habré:




They say and show domestic IT resources:


Source: https://habr.com/ru/post/249783/


All Articles