美式霸凌,但是前端框架

某日

React:哟,jQuery。你来这里干嘛,小辣鸡。这里是我们的地盘。

// React
export const Dance = () => {
  return <span>🕺 🙆‍ 💁‍ 🤷‍ 🙋 🙅 🤷‍ 🙋 🙅</span>;
};
<!-- Vue -->
<template>
  <span>🕺 🙆‍♂️ 🙆‍♂️ 🙆‍♂️ 🙆‍♂️ 🙆‍♂️ 🙆‍♂️</span>
</template>

React:你知道嘛,这地方不收辣鸡 👎

Vue:也不欢迎你~ 🫤

// React
export const Dance = () => {
  return (
    <ul>
      {['💃', '🕺', '💃', '🕺', '💃', '🕺'].map((dance) => (
        <li>{dance}</li>
      ))}
    </ul>
  );
};
<!-- Vue -->
<template>
  <ul>
    <li v-for="dance in ['💃', '🕺', '💃', '🕺', '💃', '🕺']">
      {{dance}}
    </li>
  </ul>
</template>

React:现在听好了 jQuery,我和 Vue 这周要举办一个超 dio 的派对。所有前端框架都会出席,但你猜,谁会收不到邀请?

Vue:你~~~~~

React:麻溜回家吧 jQuery,不然就留下来替我重构 💩 山。

Vue:哈,React 你吓到他了 🫣 哈哈哈

React:诶~~ 气死你~

派对中

Angular:嘿 jQuery,谁邀请你这个过气框架来的?

Angular:噢,微信小程序是吧?

Angular:哈,你应该知道他邀请你只是为了拿你说笑的,对吧?😆

微信小程序:不是这样的~

Angular:闭上你的臭嘴!你这个缝合怪!🤐

Angular:倒是你 jQuery,你是怎么过来的?怎么?是你妈妈 Vanilla JS 送你来的嘛?哈哈哈哈 🤣

jQuery:嘤嘤嘤嘤嘤嘤嘤嘤嘤嘤嘤嘤嘤嘤嘤 😭

Angular:听好了 jQuery,想要留在这里,你必须要斗赢我。我先来:

<div *ngFor="let dance of dances">
  <span>{{ dance }}</span>
</div>
import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app',
  templateUrl: './dance.component.html',
  styleUrls: ['./dance.component.css']
})
export class ProductAlertsComponent implements OnInit {
  products = ['🙅‍♂️', '🤷‍♂️', '🙅‍♂️', '🤷‍♂️', '🙅‍♂️', '🤷‍♂️', '🙅‍♂️', '🤷‍♂️'];
  
  constructor() {}

  ngOnInit() {}
}

段子无意引战和指向,请勿对号入座。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

写代码的海怪

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值