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

Admin: @andrey2019
Download Telegram
Enhancing CSS Layout: From Floats To Flexbox To Grid
Manuel Matuzović thinks Grid is “one of the most exciting developments since responsive design” adding that we should “get the best out of it as soon as possible”. - https://goo.gl/UXMxdy

#css #layout #float #flexbox #grid
FlexView: The Easiest Way to Use Flexbox with React
An introduction to FlexView, a React component to create any layout on any browser. - https://goo.gl/e6oxz3

#react #component #flexbox
Building a Trello-Style Layout with CSS Grid and Flexbox

Giulio Mainardi shows you how to build a Trello-like layout using new Grid Layout Module features and Flexbox, along with some Sass for efficiency. - https://goo.gl/kef5Qh

#css #layout #flexbox
An 'Ultimate' Guide to Flexbox in 7 Thorough Examples

The trick to learning Flexbox is simply by playing with it, so these 7 examples and walkthroughs provide a lot of food for thought. -
https://goo.gl/RfF94D

#css #flexbox
Flexbox and Grids, Your Layout’s Best Friends

Eva Ferreira debunks some of the myths around Flexbox & Grids in order to show you the power of these two technologies working together. - https://goo.gl/iAGqwz

#css #flexbox #grid
Does CSS Grid Replace Flexbox?

In short, not exactly. Some good examples here of where Grid and Flexbox work best. - https://goo.gl/gGH1q6

#css #flexbox #grid
New Flexbox Guides on MDN

Eight new guides covering the real use cases of Flexbox, looking at where Grid should be used instead, and clarification on how the spec works with Writing Modes, Box Alignment and ordering of items. -
https://goo.gl/wTxUtu

#css #flexbox
Learn Flexbox in 12 Interactive Screencasts

A free course focused on getting you up to speed on Flexbox as quickly as possible using novel, interactive code-driven screencasts -
https://goo.gl/FWVtQM

#css #flexbox #screencasts
CSS Flexbox: 5 Real World Use Cases

An overview of some common layout options and how you can accomplish them through Flexbox. - http://amp.gs/R18l

#css #flexbox