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

Admin: @andrey2019
Download Telegram
Node 18 Becomes Active LTS with v18.12.0

Formerly a ‘current’ release getting all the newest features, version 18 is now the active ‘Long Term Support’ release and will remain so until October 2023. Its codename is Hydrogen – quite fitting as the most abundant element in the universe. - https://nodejs.org/en/blog/release/v18.12.0/

#nodejs
👍5
Testing Pinia Data Stores in Vue

This tutorial describes how to test Pinia data stores in Vue applications. - https://testdriven.io/blog/vue-pinia-testing/

#vue
👍2👏1
Creating a World-Class Code Playground with Sandpack

A couple of months ago we featured the release of CodeSandbox’s Sandpack, a toolkit for creating your own ‘live code editor’ components. Josh Comeau shows off how to actually use it to good effect to boost your blog posts, courses, etc. - https://www.joshwcomeau.com/react/next-level-playground/

#react
👍51
Code Coverage with Storybook Test Runner

Coverage reports can show you how much of your code is actually executed during testing and allow you to find untested edge cases – something you’ll definitely have as your app picks up more and more possible UI states. Storybook test runner now generates coverage reports to help with this and supports React, Svelte and Vue out of the box. - https://storybook.js.org/blog/code-coverage-with-the-storybook-test-runner/

#storybook
👍2
Use Cases for CSS Comparison Functions

Ahmad Shadeed explores a few use cases for comparison functions and explains each in detail. - https://ishadeed.com/article/use-cases-css-comparison-functions

#css
👍2🤩1
State of CSS 2022 Survey is Now Open

The annual developer survey about the latest trends in CSS is now open. Make sure to fill it out so we can all understand better where we are and where we’re going. - https://stateofcss.com/en-us

#css
👍3
10 Algorithms Every Developer Should Learn

Learning algorithms are important because they teach you how to approach problems. That’s why Codesphere assembled a list of 10 algorithms that aspiring developers should work through to get comfortable with thinking algorithmically. - https://medium.com/codesphere-cloud/10-algorithms-every-developer-should-learn-628faf0f9234

#algorithms
👍5
Create a Dialog Component Using the Native Dialog Element in Angular

In this article, we’ll create a dialog component by using the new dialog element, which is already supported… - https://netbasal.com/create-a-dialog-component-using-the-native-dialog-element-in-angular-321aeda2908f

#angular
👍7
Type-Level TypeScript: The Basics

A beautifully presented guide to types, complete with challenges to solve. While 11 'chapters' are promised to take you ‘from intermediate to advanced’, only the first two are currently available. They cover the fundamentals of what types of types TypeScript makes available to us. - https://type-level-typescript.com/

#typescript
👍6🥰2