How To Share States Between React Micro-Frontends using Module-Federation?
Share states between React Micro-Frontends using Module-Federation and Bit!
- https://blog.bitsrc.io/how-to-share-state-between-react-micro-frontends-using-module-federation-f3762996c208
#microfrontend
Share states between React Micro-Frontends using Module-Federation and Bit!
- https://blog.bitsrc.io/how-to-share-state-between-react-micro-frontends-using-module-federation-f3762996c208
#microfrontend
Medium
How To Share States Between React Micro-Frontends using Module-Federation?
Share states between React Micro-Frontends using Module-Federation and Bit!
Vue Tip: Validate Emitted Events
Vue.js provides us with emit functions, which are essential when we want to communicate with the parent component from the child component. In this piece, we will explore how to implement validation in emitted events within the Vue.js framework. - https://blog.devgenius.io/vue-tip-validate-emitted-events-6e823a5a115f
#vue
Vue.js provides us with emit functions, which are essential when we want to communicate with the parent component from the child component. In this piece, we will explore how to implement validation in emitted events within the Vue.js framework. - https://blog.devgenius.io/vue-tip-validate-emitted-events-6e823a5a115f
#vue
Medium
Vue Tip: Validate Emitted Events
Vue.js provides us with emit functions, which are essential when we want to communicate with the parent component from the child component…
React Context Best Practices
This blog post aims to explore best practices for using the React Context API, ensuring that your application… - https://medium.com/@greennolgaa/react-context-best-practices-2e6e4528d357
#react
This blog post aims to explore best practices for using the React Context API, ensuring that your application… - https://medium.com/@greennolgaa/react-context-best-practices-2e6e4528d357
#react
Medium
React Context Best Practices
This blog post aims to explore best practices for using the React Context API, ensuring that your application remains efficient.
CSS-Only Floating Labels
Stanko Tadić shows how to create floating labels using only CSS. - https://muffinman.io/blog/css-only-floating-input-labels
#css
Stanko Tadić shows how to create floating labels using only CSS. - https://muffinman.io/blog/css-only-floating-input-labels
#css
Muffin Man
CSS only floating labels
We can detect if text input has value by using `:placeholder-shown` pseudo class. This little trick can then be used to create CSS only floating labels.
Building a GitHub Activity Feed with Node and Socket.io
How to use Node to provide webhooks for GitHub to notify and then dispatch messages to end users using WebSockets. - https://knock.app/blog/building-a-github-activity-feed-with-nodejs-and-socket-io
#nodejs
How to use Node to provide webhooks for GitHub to notify and then dispatch messages to end users using WebSockets. - https://knock.app/blog/building-a-github-activity-feed-with-nodejs-and-socket-io
#nodejs
Knock
Building a GitHub activity feed with Node.js and Socket.io | Knock
An in-depth guide that covers building a real-time activity feed using Node.js, Socket.io and GitHub webhooks.
Introducing Angular v17
Last month marked the 13th anniversary of Angular’s red shield. AngularJS was the starting point for a new… - https://blog.angular.dev/introducing-angular-v17-4d7033312e4b
#angular
Last month marked the 13th anniversary of Angular’s red shield. AngularJS was the starting point for a new… - https://blog.angular.dev/introducing-angular-v17-4d7033312e4b
#angular
Medium
Introducing Angular v17
Last month marked the 13th anniversary of Angular’s red shield. AngularJS was the starting point for a new wave of JavaScript frameworks…
Offset parent and stacking context: positioning elements in all three dimensions
Kilian Valkhof explains how two important concepts in CSS positioning work: offset parents and stacking context. - https://polypane.app/blog/offset-parent-and-stacking-context-positioning-elements-in-all-three-dimensions
#css
Kilian Valkhof explains how two important concepts in CSS positioning work: offset parents and stacking context. - https://polypane.app/blog/offset-parent-and-stacking-context-positioning-elements-in-all-three-dimensions
#css
polypane.app
Offset parent and stacking context: positioning elements in all three dimensions | Polypane
They are fundamental CSS concepts you use every single day whether you know it or not: the offset parent and stacking context . In this article we'll explore…
How to Use Object Recognition with TensorFlow.js and Vue 3
TensorFlow.js is the JavaScript version of TensorFlow, enabling the training and execution of machine learning models in the browser. This makes it a suitable tool for web applications and browser-based artificial intelligence projects. This article will provide a guide to implement AI object recognition with Tensorflow.js and Vue 3. - https://dev.to/eralpozcan/how-to-use-object-recognition-with-tensorflowjs-and-vue-3-3glb
#vue
TensorFlow.js is the JavaScript version of TensorFlow, enabling the training and execution of machine learning models in the browser. This makes it a suitable tool for web applications and browser-based artificial intelligence projects. This article will provide a guide to implement AI object recognition with Tensorflow.js and Vue 3. - https://dev.to/eralpozcan/how-to-use-object-recognition-with-tensorflowjs-and-vue-3-3glb
#vue
DEV Community
How to Use Object Recognition with TensorFlow.js and Vue 3?
In recent years, artificial intelligence and its products have become increasingly active and are...
Say Hello to the React Compiler
Last week’s React Conf was quite the banger, as the kids say nowadays. The biggest reveal was the open sourcing of React’s experimental compiler, a tool designed to optimize React code at build time. Want to play without breaking everything? They created an React Compiler Playground so you can experiment. - https://react.dev/learn/react-compiler
#react
Last week’s React Conf was quite the banger, as the kids say nowadays. The biggest reveal was the open sourcing of React’s experimental compiler, a tool designed to optimize React code at build time. Want to play without breaking everything? They created an React Compiler Playground so you can experiment. - https://react.dev/learn/react-compiler
#react
react.dev
React Compiler – React
The library for web and native user interfaces
An Introduction to the Drizzle ORM with PostgreSQL
The 149th instalment of Marcin’s series about building APIs on top of NestJS. - https://wanago.io/2024/05/20/api-nestjs-drizzle-orm-postgresql/
#nodejs
The 149th instalment of Marcin’s series about building APIs on top of NestJS. - https://wanago.io/2024/05/20/api-nestjs-drizzle-orm-postgresql/
#nodejs
Marcin Wanago Blog - JavaScript, both frontend and backend
API with NestJS #149. Introduction to the Drizzle ORM with PostgreSQL
We set up NestJS with Drizzle to perform CRUD operations and manage SQL migrations
Mastering RxJS Operators: Unlocking the Power of Angular
Explore some of the most useful RxJS operators in Angular and learn how they can enhance your development… - https://blog.bitsrc.io/mastering-rxjs-operators-unlocking-the-power-of-angular-af375e45d4eb
#angular
Explore some of the most useful RxJS operators in Angular and learn how they can enhance your development… - https://blog.bitsrc.io/mastering-rxjs-operators-unlocking-the-power-of-angular-af375e45d4eb
#angular
Medium
Mastering RxJS Operators: Unlocking the Power of Angular
Explore some of the most useful RxJS operators in Angular and learn how they can enhance your development experience.
Stop Over-Engineering your Medium Size Front-End Application
Writing maintainable code without falling into the trap of over-engineering has become increasingly uncommon… - https://fadamakis.com/stop-over-engineering-your-medium-size-front-end-application-b3f8313c464b
#frontend
Writing maintainable code without falling into the trap of over-engineering has become increasingly uncommon… - https://fadamakis.com/stop-over-engineering-your-medium-size-front-end-application-b3f8313c464b
#frontend
Medium
Stop Over-Engineering your Medium Size Front-End Application
Writing maintainable code without falling into the trap of over-engineering has become increasingly uncommon in the field of programming
Zod and Query String Variables in Nuxt
This article explores using Zod, a validation library, with query string variables in Nuxt applications. It explains how to validate and extract valid data from query strings using Zod in a straightforward manner. - https://vueschool.io/articles/vuejs-tutorials/zod-and-query-string-variables-in-nuxt/
#vue
This article explores using Zod, a validation library, with query string variables in Nuxt applications. It explains how to validate and extract valid data from query strings using Zod in a straightforward manner. - https://vueschool.io/articles/vuejs-tutorials/zod-and-query-string-variables-in-nuxt/
#vue
vueschool.io
Zod and Query String Variables in Nuxt - Vue School Articles
This article explores using Zod, a validation library, with query string variables in Nuxt applications. It explains how to validate and extract valid data from query strings using Zod in a straightforward manner.
margin-trim as a best practice?
Chris Coyier explains why you should start using margin-trim. - https://chriscoyier.net/2023/06/12/margin-trim-as-a-best-practice
#css
Chris Coyier explains why you should start using margin-trim. - https://chriscoyier.net/2023/06/12/margin-trim-as-a-best-practice
#css
Chris Coyier
margin-trim as a best practice?
It’s not every day there is a new “best practice” for CSS, since it’s such a huge, ubiquitous, and highly used language. But here’s one, maybe? If you add padding in t…
React 19 Lets You Write Impossible Components
React 19 (still in beta) brings all sorts of new ideas to the table, but is the complexity worth it? The folks at Mux have been leaning on many of React 19’s features for a while (thanks to React Canary) and are very excited about their potential. - https://www.mux.com/blog/react-19-server-components-and-actions
#react
React 19 (still in beta) brings all sorts of new ideas to the table, but is the complexity worth it? The folks at Mux have been leaning on many of React 19’s features for a while (thanks to React Canary) and are very excited about their potential. - https://www.mux.com/blog/react-19-server-components-and-actions
#react
Mux
React 19 lets you write impossible components | Mux
What can you do with Server Components and Actions in React 19? Let’s talk about how React 19’s features are a big deal, even for a simple marketing site.
Using Google Gemina With Flask, Vue and Vite
In this tutorial, we will explore how to implement Google's Gemini AI using Python Flask, Vue.js, and Vite. - https://ethan91.hashnode.dev/using-google-gemina-with-flask-vue-and-vite
#vue
In this tutorial, we will explore how to implement Google's Gemini AI using Python Flask, Vue.js, and Vite. - https://ethan91.hashnode.dev/using-google-gemina-with-flask-vue-and-vite
#vue
Development Diary
Using Google Gemina With Flask, Vue and Vite
Introduction
Hello! 😎 In this tutorial I'll show you how to implement Google's Gemini AI using Python Flask, Vuejs and Vite.
Flask is a micro web framework for Python, know for its simplicity and ease of use. It lets you create web applications quic...
Hello! 😎 In this tutorial I'll show you how to implement Google's Gemini AI using Python Flask, Vuejs and Vite.
Flask is a micro web framework for Python, know for its simplicity and ease of use. It lets you create web applications quic...
Understanding Offset and Cursor-Based Pagination in Node - https://blog.appsignal.com/2024/05/15/understanding-offset-and-cursor-based-pagination-in-nodejs.html
#nodejs
#nodejs
Appsignal
Understanding Offset and Cursor-Based Pagination in Node.js | AppSignal Blog
Let's explore and compare offset and cursor-based pagination approaches in Node.js.
Typed translations in Angular
How to Improve Angular Application Build Quality and Enhance Key Verification with ngx-translate or transloco - https://medium.com/@maks-dolgikh/typed-translations-in-angular-c5c7eaf39621
#angular
How to Improve Angular Application Build Quality and Enhance Key Verification with ngx-translate or transloco - https://medium.com/@maks-dolgikh/typed-translations-in-angular-c5c7eaf39621
#angular
Medium
Typed translations in Angular
How to improve Angular application build quality and enhance key verification with ngx-translate or transloco
CSS Custom Properties Beyond the :root
Matthias Ott examines the reasons why we’re usually defining global custom properties on :root element. - https://matthiasott.com/notes/custom-properties-beyond-the-root
#css
Matthias Ott examines the reasons why we’re usually defining global custom properties on :root element. - https://matthiasott.com/notes/custom-properties-beyond-the-root
#css
Matthias Ott – User Experience Designer
CSS Custom Properties Beyond the :root · Matthias Ott – User Experience Designer (en-US)
Matthias Ott is an independent user experience designer and developer from Stuttgart, Germany. Besides design practice he teaches Interface Prototyping at the Muthesius Academy of Fine Arts and Design, Kiel.
Merging Remix and React Router (Sort Of..)
“What we planned to release as Remix v3 is now going to be released as React Router v7.” Is Remix going away? No. Many people read too much into this news, but Ryan Florence clears things up in this follow-up or, if you’d prefer, Alem Tuzlak - https://remix.run/blog/merging-remix-and-react-router
#react
“What we planned to release as Remix v3 is now going to be released as React Router v7.” Is Remix going away? No. Many people read too much into this news, but Ryan Florence clears things up in this follow-up or, if you’d prefer, Alem Tuzlak - https://remix.run/blog/merging-remix-and-react-router
#react
remix.run
Merging Remix and React Router
We've been building a bridge from React Router to Remix, and we made it so good that we're going to merge the two projects.