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

Admin: @andrey2019
Download Telegram
redocx: Create Word Documents with React
Components which can render declarative views into Word documents (.docx). - https://goo.gl/w7h5ks

#react #redocx
Developing Ionic Apps in WebStorm
WebStorm is a popular (commercial) IDE made by JetBrains. - https://goo.gl/GHCwG9

#ionic
A Thorough Guide to Building Layouts with CSS Grid
A helpful guide to CSS Grid, including a free visual grid builder tool. -
https://goo.gl/EShrzK

#css #grid
react-delegate: React Delegate Pattern for Better Callbacks
There’s a great blog post which goes into detail of why you might want this. - https://goo.gl/trnshd

#react
Improve Web Typography with CSS Font Size Adjust
Gajendar Singh introduces you to the font-size-adjust CSS property and explains why it’s important and how you can use it to enhance your web typography. - https://goo.gl/i66hPn

#css #typography
Fast Properties in V8
A look at how V8 handles object properties. Worth a read if you like to have a technical, under-the-hood sense of what’s going in V8. -
https://goo.gl/cwSSDE

#nodejs
Alternatives to Amazon’s Cloud Services (AWS)
Outlines some of the full-service competitors to AWS, some that are less established, and a handful of alternatives to individual cloud services useful to developers. - https://goo.gl/djeH9R

#cloud #service
TypeScript 2.5 Released
Microsoft’s typed JavaScript subset takes another step forward with mostly minor fixes and improvements such as optional ‘catch’ binding params and refactoring tools. - https://goo.gl/75ZUgp

#typescript #release
Architecting Electron Applications for 60 FPS
A deep-dive into optimizations that should be made to achieve smooth rendering, and a low resource footprint for Electron on all platforms. -
https://goo.gl/d6yCKV

#nodejs #electron
Writing Scalable React Apps with the Component Folder Pattern
Discover an approach for turning giant components into bite-sized logical pieces and organize them logically using the ‘component folder’ pattern. - https://goo.gl/q49dAq

#react
Number Picture: React Components for Composing SVG Visualizations
React handles the DOM structure and D3 handles the animations and visuals. - https://goo.gl/JyXG9B

#react #svg #components
Concurrent JavaScript: It Can Work
What would it take to extend concurrency to the entire JavaScript heap? A WebKit engineer goes in-depth with some ideas. - https://goo.gl/oWxyad

#javascript