How to Use Forms in React
A seemingly basic topic covered at a low level in Robin’s typically easily accessible manner. Once you grasp the basics, you can then pick up things like React Hook Form or Formik with confidence. - https://www.robinwieruch.de/react-form/
#react
A seemingly basic topic covered at a low level in Robin’s typically easily accessible manner. Once you grasp the basics, you can then pick up things like React Hook Form or Formik with confidence. - https://www.robinwieruch.de/react-form/
#react
www.robinwieruch.de
How to use Forms in React
How to use Forms in React by example. You will learn how to create a form template in a React functional component with validation to submit data ...
👍3👏1
Alternative way to localize in Angular - https://garage.sekrab.com/posts/alternative-way-to-localize-in-angular
#angular
#angular
Sekrab Garage
Alternative way to localize in Angular - Sekrab Garage
Twisting Angular localization . Angular out of the box i18nThe current solution of Angular for localization suffices for most of the requirements. The main feature is that the language content goes out in the build , so if you hav.... Posted in Angular…
👍3
Building a Node API with API-First Design
Now that APIs are a key aspect of the software industry, the concept of API-first design is gaining traction. Under this paradigm, an API definition is created and collaborated on before any code is written. - https://blog.treblle.com/building-a-node-api-with-api-first-design/
#nodejs
Now that APIs are a key aspect of the software industry, the concept of API-first design is gaining traction. Under this paradigm, an API definition is created and collaborated on before any code is written. - https://blog.treblle.com/building-a-node-api-with-api-first-design/
#nodejs
Treblle Blog
Building a Node API with API-first design
What is API-first design and how do you approach it as a Node developer?
👍5
In-Depth Look at TypeScript Generics — Advanced Inference - https://itnext.io/in-depth-look-at-typescript-generics-part-2-advanced-inference-5c75638ee6bf
#typescript
#typescript
Medium
In-Depth Look at TypeScript Generics: Part 2 — Advanced Inference
Advanced type inference combined generics allows us to build complex types on top of other ones.
👍4💩1
Can SVG Symbols Affect Web Performance?
Bart Stefański explores how SVG Symbols affect web performance. - https://bstefanski.com/can-svg-symbols-affect-web-performance
#css
Bart Stefański explores how SVG Symbols affect web performance. - https://bstefanski.com/can-svg-symbols-affect-web-performance
#css
👍6
Ref vs Reactive
Vue 3’s Composition API provides two main ways of declaring reactive data. What’s the difference between these and which should you use? - https://vuejsdevelopers.com/2022/06/01/ref-vs-reactive/
#vue
Vue 3’s Composition API provides two main ways of declaring reactive data. What’s the difference between these and which should you use? - https://vuejsdevelopers.com/2022/06/01/ref-vs-reactive/
#vue
Ref vs Reactive
Vue 3’s Composition API provides two main ways of declaring reactive data. What’s the difference between these and which should you use?
👍3
How to Deploy and Host Angular 🅰️ Micro Frontend for FREE Using Firebase 🔥
A tutorial on how to deploy and host a micro frontend app free and with zero stress. - https://itnext.io/how-to-deploy-and-host-angular-%EF%B8%8F-micro-frontend-for-free-using-firebase-6e675b511a4
#angular
A tutorial on how to deploy and host a micro frontend app free and with zero stress. - https://itnext.io/how-to-deploy-and-host-angular-%EF%B8%8F-micro-frontend-for-free-using-firebase-6e675b511a4
#angular
Medium
How to Deploy and Host Angular 🅰️ Micro Frontend for FREE Using Firebase 🔥
A tutorial on how to deploy and host a micro frontend app free and with zero stress.
👍2
The Minimum TypeScript You Need for React
If you don’t have the time to learn every React-related tool in fine detail, here’s at least the need to know list for TypeScript, to free up some time to learn the other things you’ll also need to know. - https://ente.io/blog/tech/typescript-for-react/
#react
If you don’t have the time to learn every React-related tool in fine detail, here’s at least the need to know list for TypeScript, to free up some time to learn the other things you’ll also need to know. - https://ente.io/blog/tech/typescript-for-react/
#react
ente
The minimum TypeScript you need for React
React/TypeScript 101
👍2
Implementing Onion architecture in NestJs
What’s Onion architecture and why you should apply it in your next Nestjs project - https://medium.com/@amranwar/implementing-onion-architecture-in-nestjs-f84a7a1456c4
#nodejs #nestjs
What’s Onion architecture and why you should apply it in your next Nestjs project - https://medium.com/@amranwar/implementing-onion-architecture-in-nestjs-f84a7a1456c4
#nodejs #nestjs
Medium
Implementing Onion architecture in NestJs
What’s Onion architecture and why you should apply it in your next Nestjs project
👍3
Micro-Frontends at Scale
How to leverage Micro-Frontends with Module Federation - https://levelup.gitconnected.com/micro-frontends-at-scale-part-2-d10994f09f18
#microfrontends
How to leverage Micro-Frontends with Module Federation - https://levelup.gitconnected.com/micro-frontends-at-scale-part-2-d10994f09f18
#microfrontends
Medium
Micro-Frontends at Scale (part 2)
How to leverage Micro-Frontends with Module Federation
❤3👍2👏1
Vite 3.0 is Out
Vite 3 has been released, 16 months after Vite 2. Updates include brand new docs, speed improvements, and a variety of new features. - https://vitejs.dev/blog/announcing-vite3.html
#vue #vite
Vite 3 has been released, 16 months after Vite 2. Updates include brand new docs, speed improvements, and a variety of new features. - https://vitejs.dev/blog/announcing-vite3.html
#vue #vite
vitejs
Vite 3.0 is out!
Vite 3 Release Announcement
👍3❤2
Fantastic CSS Border Animation
Coco shows how to create interesting border effects using CSS. - https://dev.to/chokcoco/fantastic-css-border-animation-5166
#css
Coco shows how to create interesting border effects using CSS. - https://dev.to/chokcoco/fantastic-css-border-animation-5166
#css
DEV Community
Fantastic CSS border animation
In this article we will use CSS to create a variety of wonderful border effects.
👍11
5 JavaScript Concepts to Make You an Excellent Front-end Developer - https://javascript.plainenglish.io/5-javascript-concepts-to-make-you-an-excellent-front-end-developer-994676aa2431
#javascript
#javascript
Medium
5 JavaScript Concepts to Make You an Excellent Front-end Developer
Part 5: A knowledge of these concepts in JavaScript can help you become an excellent front-end developer.
👍7👎3
The magic Of Injection Tokens in Angular
In this post we are going to see how a powerful feature of dependency injection works and helps our… - https://pappasgeorge.medium.com/the-magic-of-injection-tokens-in-angular-e22d86c6848a
#angular
In this post we are going to see how a powerful feature of dependency injection works and helps our… - https://pappasgeorge.medium.com/the-magic-of-injection-tokens-in-angular-e22d86c6848a
#angular
Medium
The magic Of Injection Tokens in Angular
In this post we are going to see how a powerful feature of dependency injection works and helps our application to be more efficient and…
👍3
7 Best Ways to Create a New React App
Create React App might be the best known, but there are a few other approaches worth considering including larger frameworks (like Next.js) or build systems like NX. - https://blog.bitsrc.io/6-best-ways-to-create-a-new-react-application-57b17e5d331a
#react
Create React App might be the best known, but there are a few other approaches worth considering including larger frameworks (like Next.js) or build systems like NX. - https://blog.bitsrc.io/6-best-ways-to-create-a-new-react-application-57b17e5d331a
#react
Medium
7 Ways to Create a New React Application
Make the right decisions and choose wisely how to start your new react application.
👍9🔥1
Accessing Vue Component Data with $ref
Refs are one of Vue’s quirky parts and can get troublesome if you do not properly understand their usage. - https://devjavu.hashnode.dev/accessing-vue-component-data-with-ref
#vue
Refs are one of Vue’s quirky parts and can get troublesome if you do not properly understand their usage. - https://devjavu.hashnode.dev/accessing-vue-component-data-with-ref
#vue
Devjavu on Hashnode
Accessing Vue Component Data with $ref.
$ref — Vue’s emergency hatch for direct component access.
👍4👎2
Article vs. Section: How To Choose The Right One
Olushuyi Olutimilehin explores a mental model that helps you decide between the <section> and <article> elements when writing documents. - https://www.smashingmagazine.com/2022/07/article-section-elements-accessibility
#css
Olushuyi Olutimilehin explores a mental model that helps you decide between the <section> and <article> elements when writing documents. - https://www.smashingmagazine.com/2022/07/article-section-elements-accessibility
#css
Smashing Magazine
<article> vs. <section>: How To Choose The Right One — Smashing Magazine
We may tend to think largely in terms of end-users when it comes to HTML. However, writing HTML that is easy to understand and self-explanatory for whoever will work on it is sufficient reason to use the correct semantic element. In this article, Olushuyi…
👍3
Installing and Running bin Scripts
npm packages can specify which shell scripts/runnable files they provide by way of the package.json bin property. Dr. Axel digs pretty deep, here, into how it all works and the two approaches for installing packages offering such bin scripts. - https://2ality.com/2022/08/installing-nodejs-bin-scripts.html
#nodejs
npm packages can specify which shell scripts/runnable files they provide by way of the package.json bin property. Dr. Axel digs pretty deep, here, into how it all works and the two approaches for installing packages offering such bin scripts. - https://2ality.com/2022/08/installing-nodejs-bin-scripts.html
#nodejs
2Ality
Installing and running Node.js bin scripts
The package.json property "bin" lets an npm package specify which shell scripts it provides (for more information, see “Creating ESM-based shell scripts for Unix and Windows with Node.js”). If we install such a package, Node.js ensures that we can access…
👍3
Laying the Frontend Foundations with a Platform Team - https://engineering.razorpay.com/laying-the-frontend-foundations-with-a-platform-team-62c21c37bf9c
#frontend
#frontend
Medium
Laying the Frontend Foundations with a Platform Team
How we built the Platform Frontend Core team to lay the foundations and build our 2 pillars: Design System and Frontend Infrastructure.
👍3
Framer Motion: The New and Underestimated Features
An independently produced review of this popular animation library with a focus on features the author believes are often overlooked. - https://betterprogramming.pub/framer-motion-new-and-underestimated-features-364a6fdfcb57
#react
An independently produced review of this popular animation library with a focus on features the author believes are often overlooked. - https://betterprogramming.pub/framer-motion-new-and-underestimated-features-364a6fdfcb57
#react
Medium
Framer-Motion: The New And Underestimated Features
Animation is fun and exciting
👍4