maltyeva's Stars
justjavac/awesome-wechat-weapp
微信小程序开发资源汇总 :100:
cjbarber/ToolsOfTheTrade
Tools of The Trade, from Hacker News.
Tencent/weui-wxss
A UI library by WeChat official design team, includes the most useful widgets/modules.
google-map-react/google-map-react
Google map library for react that allows rendering components as markers :tada:
Tencent/westore
小程序项目分层架构
igorkasyanchuk/active_storage_validations
Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dimension: { width: { in: 800..1600 }