Skip to content
#

React

react logo

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

Here are 75,823 public repositories matching this topic...

freeCodeCamp
benjaminthedev
benjaminthedev commented Jan 2, 2020

The Issue

Whilst going through the ReactJS lessons the link to:

'the way you apply classes to JSX elements.' Isn't working, thus giving a 404. The link it tries to go to is this:

https://www.freecodecamp.org/learn/front-end-libraries/react/learn/front-end-libraries/react/define-an-html-class-in-jsx

I've tested the link in Chrome, Firefox, Safari, Opera, Tor, Chrome Canary and Fire

mrmckeb
mrmckeb commented Jul 24, 2019

Is your proposal related to a problem?

When rolling out new features that require changes to the create-react-app package, we regularly see issues related to users with older, global installs of that package.

Describe the solution you'd like

Ideally, we should add a deprecation warning in react-scripts so that when it a user attempts to install it with a globally installed `cr

ant-design
material-ui
storybook
kfayelun
kfayelun commented Nov 22, 2019

Describe the bug
The lineHeight of the TypeSet doc block Sample div is set to 1. This cuts off characters that goes below the main body of characters.

To Reproduce
Steps to reproduce the behavior:

  1. Use the TypeSet doc block in a story.
  2. Add a sampleText that has characters like p, y, g, j etc
  3. See that the part that dips down gets cut off.
  4. Set the div's lineHeight to 1.2
waldothedeveloper
waldothedeveloper commented Jan 10, 2020

bug report

Cannot find module '@firebase/app'

Describe the bug

After having an issue with npm install I read that with npm install firebase@latest as well as firebase-admin the issues should go away. Here's the package.json:

// package.json

{
  "name": "with-firebase",
  "version": "1.0.0",
  "scripts": {
    "dev": "node server.js",
    "build": "next build"
KristinaKoeva
KristinaKoeva commented Dec 30, 2019

Summary

Be able to pass event category, label, and action as properties to the <OutboundLink/> component provided by gatsby-plugin-google-analytics

Basic example

<OutboundLink href="mailto:careers@site.com"
    eventCategory="careers"
    eventAction="apply"
    eventLabel="office_assistance">
  <Button>Apply now</Button>
</OutboundLink>

Motivation

It w

alexguo503
alexguo503 commented Nov 1, 2019

注意:这里只处理 FreeCodeCamp.cn 的相关问题,不处理 w3cschool 的任何问题

注意:请不要乱开无意义的 Issue,违者直接加黑名单

注意:Issue 是用来处理代码库中的 bug,不是用来提问题的。完成挑战过程中遇到的代码问题请在gitter 讨论组 或者 QQ 群 526289580 中讨论 (QQ 群验证答案: freeCodeCamp 注意大小写)

FreeCodeCamp.cn Issue 模板

如何使用本模板:

  • 尽可能多填些相关信息,方便管理员参考
  • 对于无法给出的内容,请删除掉那一行

以上内容请在提交 Issue 之前删除

浏览器信息

  • 浏览器名称,版本号
  • 操作系统
styled-components
tbergq
tbergq commented Jan 14, 2020

Environment

System:

  • OS: macOS 10.15.2
  • CPU: (4) x64 Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz
  • Memory: 5.82 GB / 16.00 GB
  • Shell: 3.2.57 - /bin/bash

Binaries:

  • Node: 12.14.0 - /usr/local/bin/node
  • Yarn: 1.21.1 - /usr/local/bin/yarn
  • npm: 6.13.4 - /usr/local/bin/npm
  • Watchman: 4.9.0 - /usr/local/bin/watchman

Reproduction

Upgrade to v5

preact
react-boilerplate
markerikson
markerikson commented Nov 18, 2019

Is your feature request related to a problem? Please describe.
Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.

The current Redux example implementation shows use of reducers with "hand-written" immutable update logic, and has a somewhat complex store configuration. In addition, the project's current "feature folder" structure results in multiple separate files for the

penghuwan
penghuwan commented Nov 26, 2019

问题描述

Input,TextArea组件文档没有介绍小程序端的兼容状况

复现步骤

亲爱的开发者们您好,我遇到的问题如下

  1. 我想要使用Input,Textarea等组件,并想要运用于小程序中
  2. 查阅taro中该组件相关的文档后,没有只有H5/RN端介绍了兼容性差异,而微信,支付宝等小程序端没有介绍兼容情况,如下图所示

屏幕快照 2019-11-26 下午12 05 43

3.请问能够补充一下吗
4. 非常感谢!

期望行为

能够在Input,Textarea文

FredyC
FredyC commented Oct 9, 2019

@cloverich We shall also figure out to deal with that README, I did not like that I had to do the change (#2144) twice, even though it was a small thing.

If we were about to copy those files, how do we ensure people will edit the right one?

Is it really that problematic with Docusaurus to reference the one from the root folder? Some sort of aliasing?

formik
akhileshacc
akhileshacc commented Dec 3, 2019

First, I am not sure how to exactly add Material UI support.
I added by doing this in client.js

<App context={context} insertCss={insertCss}>
        <MuiThemeProvider>
          <CssBaseline />
          {route.component}
        </MuiThemeProvider>
      </App>

Please tell whats the right way to integrate material UI.
Material UI applies styles well when server starts. But at

sheetjs
dandv
dandv commented Jan 6, 2020
const XLSX = require('xlsx');

const wb = XLSX.utils.book_new();

const ws = XLSX.utils.json_to_sheet([]);

XLSX.utils.book_append_sheet(wb, ws, 'Bug sheet');

ws.A1 = { t: 's', f: 'square' };

XLSX.writeFile(wb, 'formula.ods');

The resulting .ODS file contains:

<table:table-cell table:formula="of:=square" office:value-type="string"><text:p>undefined</text:p></table

Created by Jordan Walke

Released March 2013

Latest release 2 months ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

angular react-native vue
You can’t perform that action at this time.