Skip to content
#

reactjs

react logo

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.

Here are 116,560 public repositories matching this topic...

bluekurk
bluekurk commented Aug 3, 2022

相关平台

微信小程序

小程序基础库: 无关
使用框架: React

复现步骤

  1. 项目中创建/引入一个原生的自定义组件, 比如 iconfont (直播组件 pendant, etc)
  2. 项目设置开启缓存:
    {
    compiler: 'webpack5',
    cache: {
    enable: true
    }
    }
  3. npm run build 首次编译 base.wxml 里面 带有 name="{{i.name}}" size="{{i.size}}" color="{{i.color}}" style="{{i.st}}" 这些自定义属性

4

bug good first issue P-2 V-3
soullivaneuh
soullivaneuh commented Jun 15, 2022

Is your feature request related to a problem? Please describe.

Since the new v4 major release of react-admin, it seems we have persisted filter enabled by default.

This is convenient for the navigation. However, sometimes we need to reset to the defaults and we may have a lot of filter to disabled one by one.

Describe the solution you'd like

A generic "Clear filter" action that

blitz
AlexSCorey
AlexSCorey commented Apr 12, 2022
ISSUE TYPE

-feature

SUMMARY

The social auth on the login page lend themselves to a feeling of "follow us on abc social platform" instead of "login via social platform". Consultation with Patternfly and UXD says we can do something like the image below. Patternfly did recommend using phrasing like Log in with Google instead of sign in
![image](https://user-images.githubuserc

spectrum
NickColley
NickColley commented Nov 21, 2018

Issue Type (check one)

  • Bug Report

Description (type any text below) -->

When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.

If you force outlines back on you can see what is being tabbed.

*:focus {
    outline: 3px solid orange !important;
    outline-offse
Bug good first issue
signoz

Created by Jordan Walke

Released March 2013

Latest release about 2 months ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

angular react-native vue