-
Updated
Sep 4, 2020
{{ message }}
React Native is a JavaScript mobile framework developed by Facebook. It allows developers to build Android and iOS mobile apps using JavaScript and reuse code across web and mobile applications.
A collection of awesome things regarding React ecosystem
Awesome React Native components, news, tools, and learning material!
问题描述
最近使用movable-view做了一个拖拽排序的功能,但是由于需要touchmove事件频繁setState来更新movable-view的坐标,导致Android的上的性能体验很差,IOS不会。
看了微信的文档,这种情况可以使用WXS来解决,请问Taro中能否使用WXS?如何使用呢?
参考文档: https://developers.weixin.qq.com/miniprogram/dev/framework/view/interactive-animation.html
https://developers.weixin.qq.com/miniprogram/dev/framework/performance/tips.html
The type ErrorMessage doesn't have an id property.
It'd be nice id?: string would be added to the type ErrorMessage and set on the outermost component that serves as error message.
Add id={this.props.id} to the outer component in ErrorMessage.
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Cross Platform React Native UI Toolkit
We are starting to migrate the mattermost-webapp over to TypeScript to facilitate better code quality. This Help Wanted issue is to modify all files in components/integrations/edit*incoming*webhook (not sub-directories included) and associated test files.
Below is a checklist of items you should be doing to migrate:
js tRelated: react-navigation/react-navigation#8160
We have a similar guide for React Router + Netlify https://github.com/expo/examples/tree/master/with-react-router#deploying-to-netlify
We should also have one for Now:
now.json:{
"version": 2,
"routes": [{ "handle": "filesystem" }, { "src": "/.*", "dest": "/index.html" }]
}
Essential cross-platform UI components for React Native
Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.
Lottie wrapper for React Native.
A bit of context, we introduced swr two weeks ago to our codebase. Everything is working fine, but we started to get some reports about some parts of the app being broken in slightly older browsers (Chrome 49, Firefox 59, Edge 18, etc…)
We found out that swr was causing a syntax error in these browsers because webpack by default picked the ESM build (rightly so) but because it's not transp
A framework for real-time applications and REST APIs with JavaScript and TypeScript
A framework for building native Windows apps with React.
As mentioned in zulip/zulip#16183 (comment), when a merge request (MR) is updated, the GitLab webhook is repeating the whole MR description in Zulip, instead of showing only the information that has changed (e.g., the assignee(s)). Apparently the data sent from GitLab contains a changes section with both previous and current values, so it should be possib
A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
Create React Native apps that run on iOS, Android, and web
A complete native navigation solution for React Native
...this boilerplate is awesome, thank you for sharing it guys
React Native Mapview component for iOS + Android
Move all Travis' scripts to Github actions, and split into two workflows:
A Camera component for React Native. Also supports barcode scanning!
Created by Facebook
Released January 2015
Latest release about 2 months ago
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior: