type
status
date
slug
summary
tags
category
password
Date
Free
Free
Link
xhsContent
Price
xhsTitle
🌈 I feel
icon

👟 Articles


📖 Title: JS 中的大数处理;
👍 Some Contents
  • 52位编码尾数,所以最大是2^53 - 1
notion image
  • 使用BIgInt/math.js bignumber.js等可以进行大数运算而不丢精度;
  • Bigint
notion image
  • math.js
notion image
📖 Title: React Server Component概览;
notion image
 
📖 Title: 使用weakmap来保存DOM相关;
👍 Some Contents
  • 使用FinalizationRegistry来做垃圾回收的callback;
notion image
  • Map在大数据存储的时候可能更快
notion image
📖 Title: qwik框架
💡
Nice配图
notion image
 
📖 Title: 自定义tooltip animation;
👍 Some Contents
  • 使用'@floating-ui/react’自tooltip组件(也可以是modal之类);使用frame-motion自定义动画等;
notion image
  • 使用useLayoutEffect,在DOM变化后需要同步执行的副作用;
 

📱 Products


🍞 name: purejs的streamopenai 处理
📖 desc:
notion image
 
🍞 name: room gpt;
📖 desc:
notion image
 
🍞 name: awesome chatgpt;
🔗 link:
📖 desc:
notion image
 
🍞 name: chatbot ui;
📖 desc:
notion image
 
🍞 name: 开源vue3 admin;
🔗 link:
📖 desc:
notion image
notion image
 
🍞 name:只能查看一次的加密字符;
📖 desc:
notion image
 
🍞 name: 开源图片模版生成;
📖 desc:
notion image
 
🍞 name: 开源个人dashboard面板;
📖 desc: 多主题、开源
notion image
 
🍞 name: 自定义data连接LLM;
🔗 link:
📖 desc:
notion image
 
🍞 name: 一些free chat站点;
📖 desc:
notion image
notion image
 
🍞 name: AI chat APP ui;
📖 desc:
notion image
 
 
 

❣️ Summary

  • eval可以获取到原生的window,非代理的
  • React.lazy之后的组件js可以拆分并且异步加载;组件哪import用到的vendor可能也会拆分
notion image