reactjs

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 65,621 public repositories matching this topic...
-
Updated
Jun 4, 2021 - TypeScript
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
May 24, 2021 - JavaScript
-
Updated
Jun 4, 2021 - TypeScript
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
Mar 1, 2021
-
Updated
Jun 1, 2021 - JavaScript
We should use https://github.com/jonschlinkert/parse-github-url to intelli
ISSUE TYPE
- Bug Report
SUMMARY
Survey list missing edit icon.
Current implementation:
Mockup:
We should audit all our prod deps for actual usage. Discovered today that we're not using:
What do you want and why?
As we move towards full integration of the next.js fork, we need to change all user facing references to "next.js" to Blitz.
Possible implementation(s)
Search through all the code inside nextjs/packages/next/
folder and make the following changes:
next.config.js
->blitz.config.js
Next.js
->Blitz.js
- All CLI commands. Example: `next
-
Updated
Jun 1, 2021 - TypeScript
-
Updated
May 3, 2021 - CSS
-
Updated
May 26, 2021 - TypeScript
-
Updated
Dec 31, 2020
-
Updated
Jun 7, 2021
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
Sep 3, 2019 - TypeScript
-
Updated
Mar 29, 2021 - JavaScript
-
Updated
May 27, 2021 - JavaScript
-
Updated
Jun 4, 2021 - JavaScript
Examples
Opening this issue in case anyone wants to help. Recently, we've configured Storybook to import files from __examples__
folders inside Reakit component folders. This is how we're doing it:
Thos
The DatePicker
component is already created and it's functional, but it was written some time ago and it can be refactored (migrating from class-based to hooks). In order to achieve a good result, we also need a good test coverage.
Running storyb
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
May 9, 2021 - JavaScript
Created by Jordan Walke
Released March 2013
Latest release 3 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
相关平台
支付宝小程序
小程序基础库: 2.0
使用框架: React
复现步骤
taro中编写自定义组件,通过taro build native-components --type alipay打包,打包后的组件拷贝至支付宝小程序中无法显示
期望结果
taro编译后的自定义组件可以在支付宝小程序中正常使用
实际结果
taro编译后的自定义组件在支付宝小程序中无法显示,
而且会报错误信息不能添加属性data
环境信息