Skip to content

Instantly share code, notes, and snippets.

@InfiniteXyy
Created October 16, 2020 10:20
Show Gist options
  • Save InfiniteXyy/7cb5eb3468b9e3c37fdc3f11e98294be to your computer and use it in GitHub Desktop.
Save InfiniteXyy/7cb5eb3468b9e3c37fdc3f11e98294be to your computer and use it in GitHub Desktop.
一些标题党的想法~
  • 用Web技术设计slides,让你的演讲充满交互性 https://revealjs.com/
  • 用svelte编写高性能且清凉的交互式组件,用在React、Vue中 https://svelte.dev/
  • 用headless ui + tailwindcss编写可以自定义样式的纯逻辑UI组件 https://tailwindcss.com/
  • 用TypeScript4.0编写复杂类型,头脑体操 https://github.com/type-challenges
  • Vue3 composition api和React hooks的异同
  • jsx也能写业务逻辑?用jsx写rxjs pipeline
  • 服务端也能实现的composition api?一种没有中间件的扁平化服务端模型
  • WASM是什么?用后端语言Rust写一个前端demo
  • webworker是什么?前端脚本无法操作DOM?尝试写一个基于worker的数据驱动的前端框架
  • ESBuild太快了,为什么个人项目我放弃webpack + babel
  • 用函数式编程语言写React?尝试用ReScript 写一个交互式组件https://rescript-lang.org/
  • babel transpiler做了什么?从Async/Await、Promise、Spread expr...来看babel的转码结果
  • 无比自由的Kotlin,虽然基于java,居然可以实现这种语法!
  • Rust初入门,没有垃圾回收和手动内存释放的系统编程语言?
  • Golang初入门,虽然语法丑,但是很强大
  • Swift初入门,很适合写UI,但是要Mac
  • React Native是如何与原生组件通信的?
  • Notion笔记软件初入门,与onenote、bear、typora、印象笔记的比较 https://www.notion.so/
  • 用Figma设计可维护的交互稿,并生成HTML代码 https://www.figma.com/
  • tsdx开发自己的库,并发布到npm https://tsdx.io/
  • 开发一个简单的React框架
  • 打破脚手架只能用来创建项目的僵局,magicSpace掌握整个开发的生命周期
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment