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
The State of CSS 2022 Results

The results for the 2022 edition of the annual survey about the latest trends in the CSS ecosystem have been published. - https://2022.stateofcss.com/en-US

#css
👍5👏1
Video Rendering with Node.js and FFmpeg

This takes quite a direct, low dependency route by creating frames one by one and then turning them into a video. If you need something more elaborate, the React-based Remotion may also be of interest. - https://creatomate.com/blog/video-rendering-with-nodejs-and-ffmpeg

#nodejs
👍4🔥3
Splitting Strings into Sentences, Words or Graphemes with Intl.Segmenter

No libraries needed here. Give Intl.Segmenter a locale and granularity and it'll divide up your strings to your heart’s content. It has broad support except for, curiously, Firefox. - https://www.stefanjudis.com/today-i-learned/how-to-split-javascript-strings-with-intl-segmenter/

#javascript
👍54
CSS image()

Kevin Powell explains how the image() function adds new features to enhance the capabilities of background-image declarations. - https://12daysofweb.dev/2022/css-image

#css
👍6
Data Binding in React

There’s a consistent philosophy in React when it comes to data binding, says Josh in this beginner-to-intermediate aimed tutorial demonstrating React’s data binding capabilities in the context of wiring up different types of form input controls. - https://www.joshwcomeau.com/react/data-binding/

#react
👍4
Implementing CSS Style Inheritance in React Native

Ever wonder why applying styles to a button’s text doesn’t work in React Native? The solution involves re-creating some of CSS’s cascading mechanisms. - https://www.builder.io/blog/implementing-css-style-inheritance-in-react-native

#react
👍3
New Viewport Units

Eric A. Meyer reviews newly available units to manage space within the large, small, and dynamic viewport spaces. - https://12daysofweb.dev/2022/new-viewport-units/

#css
👍8
How to Choose the Right UI Component Library

Using a component library instead of coding your own is a great time saver for any project really. It allows you to focus on building what you want, using a pre-set list of basic building blocks. - https://blog.bitsrc.io/how-to-choose-the-right-ui-component-library-520c080cbe72

#lib #ui
👍4