vecty

Vecty: a frontend toolkit for GopherJS

Github星跟踪图

Vecty is a library for building responsive and dynamic web frontends in Go instead of in JavaScript, HTML & CSS. It competes with modern web frameworks like React & VueJS, and supports compilation to both WebAssembly and vanilla JavaScript.

Build Status GoDoc codecov

Benefits

  • Go developers can be competitive frontend developers.
  • Share Go code between your frontend & backend.
  • Reusability by sharing components via Go packages so that others can simply import them.

Goals

  • Simple
    • Designed from the ground up to be easily mastered by newcomers (like Go).
  • Performant
    • Efficient & understandable performance, small bundle sizes, same performance as raw JS/HTML/CSS.
  • Composable
    • Nest components to form your entire user interface, seperating them logically as you would any normal Go package.
  • Designed for Go (implicit)
    • Written from the ground up asking the question "What is the best way to solve this problem in Go?", not simply asking "How do we translate $POPULAR_LIBRARY to Go?"

Features

  • Compiles to WebAssembly (via standard Go compiler) and vanilla JavaScript (via GopherJS).
  • Small bundle sizes: 0.5 MB hello world (see section below).
  • Fast expectation-based browser DOM diffing ('virtual DOM', but less resource usage).

Current Status

Vecty is currently considered to be an experimental work-in-progress. Prior to widespread production use, we must meet our v1.0.0 milestone goals, which are being completed slowly and steadily as contributors have time (Vecty is over 4 years in the making!).

Early adopters may make use of it for real applications today as long as they are understanding and accepting of the fact that:

  • APIs will change (maybe extensively).
  • A number of important things are not ready:
    • Extensive documentation, examples and tutorials
    • URL-based component routing
    • Ready-to-use component libraries (e.g. material UI)
    • Server-side rendering
    • And more, see milestone: v1.0.0
  • The scope of Vecty is only ~80% defined currently.
  • There are a number of important open issues.

For a list of projects currently using Vecty, see the doc/projects-using-vecty.md file.

Small bundle sizes

Vecty uses extremely minimal dependencies and prides itself on producing very small bundle sizes (mostly limited by the compiler), making it suitable for modern web development:, Example, Compiler, Bundle size, Compressed (gzip), --------------, -------------------------, -------------, -------------------, hellovecty, Go + WebAssembly, 2.3 MB, 0.5 MB, markdown, Go + WebAssembly, 4.2 MB, 0.9 MB, todomvc, Go + WebAssembly, 3.4 MB, 0.7 MB, hellovecty, GopherJS, 0.5 MB, 0.1 MB, markdown, GopherJS, 2.6 MB, 0.4 MB, todomvc, GopherJS, 1.7 MB, 0.3 MB, Community

Changelog

See the doc/CHANGELOG.md file.

主要指标

概览
名称与所有者hexops/vecty
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证BSD 3-Clause "New" or "Revised" License
所有者活动
创建于2014-11-03 00:32:48
推送于2022-10-16 21:47:38
最后一次提交
发布数2
最新版本名称v0.6.0 (发布于 )
第一版名称v0.5.0 (发布于 )
用户参与
星数2.9k
关注者数79
派生数146
提交数324
已启用问题?
问题数164
打开的问题数58
拉请求数114
打开的拉请求数1
关闭的拉请求数29
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?