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 81,900 public repositories matching this topic...

freeCodeCamp
RandellDawson
RandellDawson commented Mar 2, 2020

Following up on the comment on PR 38309, the following English challenge tests need to be updated as described, as the non-English version were translating these when they should not have been translated.

  • Standardize Times with the HTML5 datetime Attribute
    Issues: All tests need to be re-translated

  • Use

ant-design
material-ui
storybook
grouchal
grouchal commented Nov 13, 2019

Is your feature request related to a problem? Please describe.
I would like to be able to configure the iframe width in the same way I can already configure the height.

Describe the solution you'd like
To add a parameter similar to iframeHeight that will configure the width of the iframe. Ideal name would be iframeWidth

Describe alternatives you've considered
Any other met

li000306
li000306 commented Mar 11, 2020

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

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

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

FreeCodeCamp.cn Issue 模板

如何使用本模板:

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

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

浏览器信息

  • 浏览器名称,版本号
  • 操作系统
preact
react-boilerplate
jacqueswho
jacqueswho commented Mar 30, 2020

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

Describe the solution you'd like
Possibly an option to include phoenix channels and semantic ui

Describe alternatives you've considered
None

Additional context
First of all, I would like to thank the community responsible for this amazing template. We have used extensively but have ad

pilap82
pilap82 commented Aug 2, 2016
What operating system are you using?

OSX 10.11.5

What version of N1 are you using?

Version 0.4.47-3a2a94c (0.4.47-3a2a94c)

Bug?

Do you have any third-party plugins installed? If so, which

No

Is the issue related to a specific email provider (Gmail, Exchange, etc.)?

No

Is the issue reproducible with a particular attachment, message, signature, etc?
  1. Crea
mweststrate
mweststrate commented Apr 1, 2020

MobX 6

Hi folks, I've tinkered a lot about MobX 6 lately, so I want to layout the vision I have currently

Goals

🧨 1. Become compatible with modern ES standards

Let's start with the elephant in the room.
I think we have to drop the support for decorators.
Some have been advocating this for years, others totally love decorators.
Personally I hate to let decorators go. I think

formik
rjray
rjray commented Feb 13, 2020

📖 Documentation

Currently, the innerRef property is documented under <Field />. However, putting it there results in a warning to the console. Other readings indicate that it should be passed to the <Formik /> element. But there is no indication of how to then use the ref to access actual form DOM elements (such as to set focus on a specific field).

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
langpavel
langpavel commented Oct 24, 2017

Too wide (and falsy) segregation of GraphQL Types and Resolvers

The first example of this is new ObjectType in src/data/queries/index.js importing fields.
Fields should be taken in context of parent type, not as standalone information.

This can ensure some users that custom types cannot have own field resolvers which is false.

In fact, much of fields which can have own resolvers

Created by Jordan Walke

Released March 2013

Latest release 17 days ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

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