Build 3D visuals in Vue with Lunchbox.js - https://blog.logrocket.com/build-3d-visuals-vue-lunchbox-js/
#vue
#vue
LogRocket Blog
Build 3D visuals in Vue with Lunchbox.js - LogRocket Blog
In this article, we introduce the core concepts of Lunchbox.js and demonstrate how to use this tool to create 3D visuals in Vue.
👍2
A Few Times Container Size Queries Would Have Helped Me Out
Dan Christofi shares a few practical use-cases for Container Queries. - https://css-tricks.com/a-few-times-container-size-queries-would-have-helped-me-out
#css
Dan Christofi shares a few practical use-cases for Container Queries. - https://css-tricks.com/a-few-times-container-size-queries-would-have-helped-me-out
#css
CSS-Tricks
A Few Times Container Size Queries Would Have Helped Me Out | CSS-Tricks
CSS Container Queries are still gaining traction and many of us are getting our hands wet with them, even if it’s for little experiments or whatnot. They’ve
👍4
WebSockets vs. Server-Sent Events
Difference Between Server-Sent-Events and WebSockets - https://blog.bitsrc.io/websockets-vs-server-sent-events-968659ab0870
#server #communicaton
Difference Between Server-Sent-Events and WebSockets - https://blog.bitsrc.io/websockets-vs-server-sent-events-968659ab0870
#server #communicaton
Medium
WebSockets vs. Server-Sent Events
Difference Between Server-Sent-Events and WebSockets
👍5
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
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
Builder.io
Implementing CSS Style Inheritance in React Native
Ever wondered why applying text styles to a button's text doesn't work in React Native? The solution involves re-creating some of CSS's cascading mechanisms.
👍3
Top LeetCode Patterns for FAANG Coding Interviews
Coding patterns enhance our “ability to map a new problem to an already known problem.” - https://interviewnoodle.com/top-leetcode-patterns-for-faang-coding-interviews-bdbe8766534c
#leetcode #interview #faang
Coding patterns enhance our “ability to map a new problem to an already known problem.” - https://interviewnoodle.com/top-leetcode-patterns-for-faang-coding-interviews-bdbe8766534c
#leetcode #interview #faang
Medium
Top Coding Patterns for FAANG Coding Interviews
Coding patterns enhance our “ability to map a new problem to an already known problem.”
👍5❤1
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
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
12daysofweb.dev
New Viewport Units | 12 Days of Web
Review newly available units to manage space within the large, small, and dynamic viewport spaces.
👍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
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
Medium
How to Choose the Right UI Component Library
What is the best UI library for JavaScript Web Development?
👍4
Sandboxing with Partytown
Partytown provides a way to run third party scripts within a Web Worker rather than on the main thread. Could this be used for sandboxing? Weston tried it out and concluded it’s not quite there. - https://weston.ruter.net/2022/11/30/sandboxing-with-partytown/
#javascript
Partytown provides a way to run third party scripts within a Web Worker rather than on the main thread. Could this be used for sandboxing? Weston tried it out and concluded it’s not quite there. - https://weston.ruter.net/2022/11/30/sandboxing-with-partytown/
#javascript
Weston Ruter
Sandboxing with Partytown - Weston Ruter
Partytown is a “library to help relocate resource intensive scripts into a web worker, and off of the main thread. Its goal is to help speed up sites by dedicating the main thread to your code, and offloading third-party scripts to a web worker.” Code running…
👍3
Harlem 3.0: Simple Extensible State Management for Vue 3
Provides a simple functional API for creating, reading, and mutating state. - https://harlemjs.com/
#vue
Provides a simple functional API for creating, reading, and mutating state. - https://harlemjs.com/
#vue
Harlemjs
Harlem | Harlem
Powerfully simple global state management for Vue 3
👍3
1000 and 1 questions about building an open-source library. Front-end developer answers
When building your open-source library, you’re likely to have many questions. Front-end developer from @inDriveTech also faced some problems trying to create one. To help beginner engineers, he gathered his experience into the guide. Go to the Medium article to learn everything about building an open-source library.
When building your open-source library, you’re likely to have many questions. Front-end developer from @inDriveTech also faced some problems trying to create one. To help beginner engineers, he gathered his experience into the guide. Go to the Medium article to learn everything about building an open-source library.
Medium
A Beginner’s Guide to Developing an Open-Source Library: Advice From a Front-End Developer
When building your own open-source library, you’re likely to have a number of questions. I was once new to the process too. When I launched…
👍8❤3👏1
FrontEnd Development pinned «1000 and 1 questions about building an open-source library. Front-end developer answers When building your open-source library, you’re likely to have many questions. Front-end developer from @inDriveTech also faced some problems trying to create one. To help…»
Angular Routing — Reusing common layout for pages from different modules
Use common layout for different pages with Angular router… - https://medium.com/angular-in-depth/angular-routing-reusing-common-layout-for-pages-from-different-modules-440a23f86b57
#angular
Use common layout for different pages with Angular router… - https://medium.com/angular-in-depth/angular-routing-reusing-common-layout-for-pages-from-different-modules-440a23f86b57
#angular
Medium
How to reuse common layouts in Angular using Router
Use common layout for different pages with Angular router…
👍5❤1🔥1
Conditional CSS
Ahmad Shadeed goes over a few CSS features we use daily and shows how conditional they are. - https://ishadeed.com/article/conditional-css
#css
Ahmad Shadeed goes over a few CSS features we use daily and shows how conditional they are. - https://ishadeed.com/article/conditional-css
#css
Ishadeed
Conditional CSS
CSS is condtional in many ways. In this article, I will go over a few CSS features that we use every day, and show you how conditional they are.
👍7🔥1
Best of Svelte and SvelteKit
This post is all about Svelte/SvelteKit. Here, I'm gonna mention some best or unknown Component libraries, Websites using Svelte and SvelteKit.
What I'm Gonna mention here is my own opinion. So, if you have any suggestion/feedback comment it. - https://dev.to/theether0/best-of-svelte-and-sveltekit-5585
#svelte
This post is all about Svelte/SvelteKit. Here, I'm gonna mention some best or unknown Component libraries, Websites using Svelte and SvelteKit.
What I'm Gonna mention here is my own opinion. So, if you have any suggestion/feedback comment it. - https://dev.to/theether0/best-of-svelte-and-sveltekit-5585
#svelte
DEV Community
Best of Svelte and SvelteKit
Read if: It's for you. Introduction This post is all about Svelte/SvelteKit. Here, I'm gonna...
👍5
Embedding Our New React UI in a Go App
Flipt serves its web application from a single binary (built in the Go language), embedding the static assets therein. Go 1.16’s native embedding set them on a journey that led to React and it works pretty well - no Next.js needed. An interesting alternative approach. - https://www.flipt.io/blog/embedding-react-in-go
#react
Flipt serves its web application from a single binary (built in the Go language), embedding the static assets therein. Go 1.16’s native embedding set them on a journey that led to React and it works pretty well - no Next.js needed. An interesting alternative approach. - https://www.flipt.io/blog/embedding-react-in-go
#react
👍5
Introduction to Strapi Nuxt 3 module
In this article, take a look at @nuxtjs/strapi module as it is Nuxt 3 compatible, very well developed and documented. - https://dev.to/jacobandrewsky/introduction-to-nuxt-3-modules-5h8o
#vue
In this article, take a look at @nuxtjs/strapi module as it is Nuxt 3 compatible, very well developed and documented. - https://dev.to/jacobandrewsky/introduction-to-nuxt-3-modules-5h8o
#vue
DEV Community
Introduction to Nuxt 3 modules
Nuxt 3 beta dropped few months ago and with it, several modules have been updated to work well with a...
👍4
Is Prisma Better Than Your 'Traditional' ORM?
Prisma has become a very popular ORM option in the Node space in recent years. The creator of the Practica Node starter app considers if Prisma makes sense as a universal ‘go to’ ORM. No, but.. - https://practica.dev/blog/is-prisma-better-than-your-traditional-orm/
#nodejs #prisma
Prisma has become a very popular ORM option in the Node space in recent years. The creator of the Practica Node starter app considers if Prisma makes sense as a universal ‘go to’ ORM. No, but.. - https://practica.dev/blog/is-prisma-better-than-your-traditional-orm/
#nodejs #prisma
practica.dev
Is Prisma better than your 'traditional' ORM? | Practica.js
Intro - Why discuss yet another ORM (or the man who had a stain on his fancy suite)?
👍2
Getting to Know the createComponent API in Angular
Angular v14.1 added a new function named createComponent. This function can cover the use-cases where the…
- https://netbasal.com/getting-to-know-the-createcomponent-api-in-angular-22fb115f08e2
#angular
Angular v14.1 added a new function named createComponent. This function can cover the use-cases where the…
- https://netbasal.com/getting-to-know-the-createcomponent-api-in-angular-22fb115f08e2
#angular
Medium
Getting to Know the createComponent API in Angular
Angular v14.1 added a new function named createComponent. This function can cover the use-cases where the ComponentFactory symbol was…
👍4🔥1
Async React with Next.js 13
React is getting native async support — here’s how you can try it out right now within Next.js. Swizec gives us a quick tour. - https://swizec.com/blog/async-react-with-nextjs-13/
#react
React is getting native async support — here’s how you can try it out right now within Next.js. Swizec gives us a quick tour. - https://swizec.com/blog/async-react-with-nextjs-13/
#react
Swizec
Async React with NextJS 13 | Swizec Teller
We look at React's native async support and how to use it in a NextJS 13 app. Learn how to use async components, parallel loading states, and caching with React.js and NextJS 13.
👍4🔥1
Deploying CSS Logical Properties On Web Apps
Nicolas Hoffmann shares how their team at Proton carried out a massive move from CSS logical props to production and how you can consider them from a different perspective in your very own projects. - https://www.smashingmagazine.com/2022/12/deploying-css-logical-properties-on-web-apps
#css
Nicolas Hoffmann shares how their team at Proton carried out a massive move from CSS logical props to production and how you can consider them from a different perspective in your very own projects. - https://www.smashingmagazine.com/2022/12/deploying-css-logical-properties-on-web-apps
#css
Smashing Magazine
Deploying CSS Logical Properties On Web Apps — Smashing Magazine
You may have already heard of CSS logical properties or RTL adaptations but are still deciding whether to deploy them widely. To help raise your awareness of their possibilities, Nicolas Hoffmann shares his experience of how he and his team at Proton carried…
👍6🔥1