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
Learn React as Library or Learn React as a Framework

Learning React in 2023 isn’t quite as easy as it used to be. The answer is best summarized as the ever helpful “it depends”. Robin does suggest a way forward, though. - https://www.robinwieruch.de/learning-react/

#react
👍53👎1
6 Top VS Code extensions for Vue.js Developers in 2023

As a developer, you are likely always on the lookout for tools and resources that can help streamline your coding experience and make your life easier. To help you take your coding experience to the next level, Vue School has recently published an article highlighting 6 of the best VS Code extensions that are specifically tailored for Vue.js developers. - https://vueschool.io/articles/vuejs-tutorials/6-top-vs-code-extensions-for-vue-js-developers-in-2023/

#vue
5👍5
Using tRPC in Astro and Its (React) Islands

tRPC gives end-to-end type safety when working with APIs and this guide shows how to implement it in Astro on the server side and on the client-side using React. - https://www.thomasledoux.be/blog/using-trpc-astro-islands-react

#react
👍4
Using color-mix() To Create Opacity Variants

Una Kravets shows how to build an alpha color system without splitting out channels using this one neat trick. - https://una.im/color-mix-opacity

#css
👍61
Using ES Modules Based Micro-Frontends to Enable Distributed Development

A look at the open source tooling created by the UI Engineering group at JP Morgan to streamline the developer workflow of building and deploying apps in isolation while still delivering a single unifying micro-frontend based portal to the end user, leveraging the use of native support for ES module imports in the browser. - https://www.youtube.com/watch?v=QiTnlefa7pw

#micrfrontend
👍8
Optimizing Performance with Server Side Rendering in Vue.js

Server-side rendering (SSR) is a technique for rendering a client-side JavaScript application on the server and then sending the fully rendered page to the client. We will take a look at some useful techniques to improve performance with server-side rendering. - https://radiantcodes.hashnode.dev/optimizing-performance-with-server-side-rendering-in-vuejs

#vue
👍31