freeCodeCamp.org's open source codebase and curriculum. Learn to code at home.
-
Updated
Aug 25, 2020 - JavaScript
{{ message }}
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
freeCodeCamp.org's open source codebase and curriculum. Learn to code at home.
This is a good first PR!
We should add some tests to cover #7036. They should cover both JavaScript and TypeScript support.
They can probably be added to test/fixtures.
I'm not sure what the policy on css transitions is in this repo, but here's a suggestion.
I noticed that color transitions on the StepIcon component are instantaneous, even though the entire component is quite animated and fluid. The StepIcon goes through several colors (default -> active -> completed), and I believe a simple transition: color 300ms ease; already adds quite a bit more style
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:
When using v9.5.2 on ionic webview,
next/router not working at all,
Router.push('/login')<Link href="/login">No error message
No response to click
The ionic webview is using ionic://localhost/,
maybe v9.5.2 unable to working on ionic://localhost/.
I hope the description enough to explain where are the problem,
Where: https://www.gatsbyjs.org/docs/ssr-apis/#onRenderBody
What: Improve the example for onRenderBody or add another example, simple, that is not tied to a plugin.
// Object of props
const HtmlAttributes = {
"data-whatever": "content"
}
// Magic
exports.onRenderBody = (
{ setHtmlAttributes }
) => {
setHtmlAttributes(HtmlAttributes)
}
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
A collection of awesome things regarding React ecosystem
FCC China open source codebase and curriculum. Learn to code and help nonprofits.
any plans for a Linux ARM build? if nobody else is on it or has attempted it, i can give it a try.
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress
At some point we moved from using mocha as a test runner to using jest, and jest out of the box started reporting much more warnings than mocha did.
No one went to clean up this output. In many cases it may just be about passing an extra prop in a component or setting a proper default value for a component's prop, or adding up to an existing fixture.
[optional] please roll out in chu
Awesome React Native components, news, tools, and learning material!
微信小程序
小程序基础库: 2.12.0
使用框架: React
组件库是 vant-weapp (所有组件的 slots 都无法使用)
<van-calendar
show={visible}
show-confirm
type="range"
defaultDate={[new Date().getTime() - (7 * 24 * 3600 * 1000), new Date().getTime()]}
onClose={onClose}
onConfirm={(e) => onConfirm(e)}
>
<slot name=
👨🏻💻👩🏻💻 Use Ant Design like a Pro!
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.
Curated List of React Components & Libraries.
Since version 0.16.5, th following code returns a null worksheet:
XLSX.utils.json_to_sheet([], {header: columns})
Is it now working as it is wanted? If so, how could we create an empty worksheet? In my case it is expected that sometimes the data is an empty array. And an empty worksheet only with headers is expected.
Simple, scalable state management.
Beautiful and accessible drag and drop for lists with React
React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)
我是木易杨,公众号「高级前端进阶」作者,每天搞定一道前端大厂面试题,祝大家天天进步,一年后会看到不一样的自己。
Created by Jordan Walke
Released March 2013
Latest release 5 months ago
When react is inside an iframe, chrome extension for react devtools fails to detect react.
This is because the extension sets `REACT_DEVTOOLS_GLOBAL_HOOK