Nested Child Routes In A Vue.js Web Application
By assigning child routes to a parent route within the application, it is possible to create a multi-level UI with Vue. - http://amp.gs/jlIdO
#vue
By assigning child routes to a parent route within the application, it is possible to create a multi-level UI with Vue. - http://amp.gs/jlIdO
#vue
👍5❤1
Case Study: Moving from Next to Remix
We have covered Remix quite a bit over the last few issues. The first case studies from ‘the wild’ are beginning to come in. In this case, the author covers the rewrite of his personal site (which is where this article is hosted). - http://amp.gs/jljLb
#react
We have covered Remix quite a bit over the last few issues. The first case studies from ‘the wild’ are beginning to come in. In this case, the author covers the rewrite of his personal site (which is where this article is hosted). - http://amp.gs/jljLb
#react
👍3
A Guide to Node Process Management with PM2
PM2 is one of the longest standing Node utilities used for managing processes and is worth checking out if you have a Node process you need to stay up 24/7. - http://amp.gs/jl8lu
#nodejs
PM2 is one of the longest standing Node utilities used for managing processes and is worth checking out if you have a Node process you need to stay up 24/7. - http://amp.gs/jl8lu
#nodejs
👍3
Aligning Content In Different Wrappers
Ahmad Shadeed shows how to align content with another section, given that they are placed in different wrappers. - http://amp.gs/jl8Sv
#css
Ahmad Shadeed shows how to align content with another section, given that they are placed in different wrappers. - http://amp.gs/jl8Sv
#css
👍4
TypeScript 4.6 Released (And It Even Benefits Non-TS Users!)
The typed superset of JavaScript takes another step forward with the addition of the es2022 target, allowing code in constructors before super(), improved recursion depth checks, more syntax errors that can be detected in JavaScript files if using VS Code (even if you're not developing in TypeScript yourself!), and more. - http://amp.gs/jl8QR
#typescript
The typed superset of JavaScript takes another step forward with the addition of the es2022 target, allowing code in constructors before super(), improved recursion depth checks, more syntax errors that can be detected in JavaScript files if using VS Code (even if you're not developing in TypeScript yourself!), and more. - http://amp.gs/jl8QR
#typescript
Microsoft News
Announcing TypeScript 4.6
Today we’re announcing the availability of TypeScript 4.6. If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. Types help describe what kinds of values you’re working with and what kinds of functions…
👍6
3 Ways to Persist Pinia State
A common use case for all data stores is the need to persist data. In this video, you'll learn about a few different approaches to achieving this with Pinia. - https://www.youtube.com/watch?v=059fh7Gobho
#vue
A common use case for all data stores is the need to persist data. In this video, you'll learn about a few different approaches to achieving this with Pinia. - https://www.youtube.com/watch?v=059fh7Gobho
#vue
YouTube
3 Ways to Persist Pinia State
A common use case for all data stores is the need to persist data. In this video, we'll see a few different approaches to achieve this from coding it ourselves to using some of the Pinia plugins built by the Vue community.
LINKS
Last Pinia Video: https…
LINKS
Last Pinia Video: https…
👍3
A Look at Automatic Batching Support in React 18
A handy performance improvement comes with React 18 in the form of automatic batching support for state updates. Check out this example. - http://amp.gs/jlz8F
#react
A handy performance improvement comes with React 18 in the form of automatic batching support for state updates. Check out this example. - http://amp.gs/jlz8F
#react
👍3👏1
How to Make a “Raise the Curtains” Effect in CSS
Silvestar Bistrović shows how to create an effect where the background goes from dark to light on scroll while the content on top also goes from light to dark while in a sticky position. - http://amp.gs/jlzOv
#css
Silvestar Bistrović shows how to create an effect where the background goes from dark to light on scroll while the content on top also goes from light to dark while in a sticky position. - http://amp.gs/jlzOv
#css
👍9
Diving into Node's Streams
Streams provide a defined interface and abstraction over the idea of working with streaming data in Node – they seem to suffer from often being misunderstood, though, so tutorials always tend to be popular. - http://amp.gs/jl1ZJ
#nodejs
Streams provide a defined interface and abstraction over the idea of working with streaming data in Node – they seem to suffer from often being misunderstood, though, so tutorials always tend to be popular. - http://amp.gs/jl1ZJ
#nodejs
👍3
Why and How to Use HTTPS in Your Local Development Environment
Learn why you should use HTTPS even for development and how to set things up, including spinning up a simple Node.js server. - http://amp.gs/jl1LE
#nodejs
Learn why you should use HTTPS even for development and how to set things up, including spinning up a simple Node.js server. - http://amp.gs/jl1LE
#nodejs
👍8
Why Vue is More Performant than React
After 5 years of experience in Vue, I recently switched to React. I started comparing how React and Vue behave during this transition and decided to share what I discovered. - http://amp.gs/jlYy5
#vue
After 5 years of experience in Vue, I recently switched to React. I started comparing how React and Vue behave during this transition and decided to share what I discovered. - http://amp.gs/jlYy5
#vue
Medium
Why Vue is (by default) more performant than React.
Let’s compare how Vue and React responded to 3 common front-end application problems.
👍4
👍5
Five Things You Don't Need JavaScript for
We love JS, but CSS and SVG have progressed enough to replace some traditional JS use cases. - http://amp.gs/jltKg
#css
We love JS, but CSS and SVG have progressed enough to replace some traditional JS use cases. - http://amp.gs/jltKg
#css
👍5👏1
800+ Slides Covering Numerous React Topics
An interesting approach to sharing programming knowledge. Marko’s slides cover topics from beginner to advanced including the use of hooks, GraphQL, React Native, portals, testing, and more. A handy resource if you’re learning. - http://amp.gs/jlmCP
#react
An interesting approach to sharing programming knowledge. Marko’s slides cover topics from beginner to advanced including the use of hooks, GraphQL, React Native, portals, testing, and more. A handy resource if you’re learning. - http://amp.gs/jlmCP
#react
👍11
Monorepo and Micro-Frontends with Jonathan Creamer
This episode of Semaphore Uncut features Jonathan Creamer, Senior Software Engineer at Microsoft. - http://amp.gs/jlmQq
#microfrontends
This episode of Semaphore Uncut features Jonathan Creamer, Senior Software Engineer at Microsoft. - http://amp.gs/jlmQq
#microfrontends
Medium
Monorepo and Micro-Frontends with Jonathan Creamer
This episode of Semaphore Uncut features Jonathan Creamer, Senior Software Engineer at Microsoft. We hear his monorepo experiences and…
👍7
Composing Layouts with Vue Router
Learn how to use Vue Router's named views to compose layouts via route record definitions. The approach makes for flexible, reusable layout combinations. - http://amp.gs/jlZA4
#vue
Learn how to use Vue Router's named views to compose layouts via route record definitions. The approach makes for flexible, reusable layout combinations. - http://amp.gs/jlZA4
#vue
👍5
Updating Node Dependencies Automatically, Selectively, or Incrementally
A tour of npm-check-updates. - http://amp.gs/jlpZw
#nodejs
A tour of npm-check-updates. - http://amp.gs/jlpZw
#nodejs
👍2
Angular Project Structure Best Practices
How should you structure your Angular application? And what are some best practices to avoid a spaghetti… - http://amp.gs/jlpWx
#angular
How should you structure your Angular application? And what are some best practices to avoid a spaghetti… - http://amp.gs/jlpWx
#angular
Medium
Angular Project Structure Best Practices (Read With Caution)
How should you structure your Angular application? And what are some best practices to avoid a spaghetti mess?
👍3