jsx
Aurelia is a next generation JavaScript client framework that leverages simple conventions to empower your creativity.
Here are 3,184 public repositories matching this topic...
-
Updated
Jun 18, 2021 - JavaScript
An extremely fast JavaScript bundler and minifier
-
Updated
Jun 16, 2021 - Go
-
Updated
Jun 8, 2021 - JavaScript
Front End Cross-Frameworks Framework - 前端跨框架跨平台框架
-
Updated
Jun 18, 2021 - JavaScript
For the most part this just works, but functions within tagged markup get weird indent assertions, e.g.,
${collection.map((item) => {
const { prop1, prop2 } = workWith(item); // eslint: expected indentation of 4 but found 10 (indent)
return html` // eslint: expected indentation of 4 but found 10 (indent)
<${Widget} prop1=${prop1} prop2=${prop2} />
Babel Macro
To reproduce:
$ npm pack styled-jsx@3.2.4
npm notice
npm notice 📦 styled-jsx@3.2.4
npm notice === Tarball Contents ===
npm notice 6.1kB dist/.DS_Store
npm notice 599B dist/_constants.js
npm notice 22.3kB dist/_utils.js
npm notice 8.2kB dist/babel-external.js
npm notice 46B babel-test.js
npm notice 753B dist/babel-test.js
npm notice 41B babel.js
npm notice 10.4kI'm sorry to post an issue that is missing crucial evidence, but some debugging of a recent config loading bug makes me suspect that the react-rails railtie.rb may be modifying the load order of initializers, and preventing the values in Rails.application.config being as expected.
Whether this happens or not appears to be partly dependent on where in the Gemfile the react-rails gem is l
The Storybook API has changed quite a lot since Solid's Storybook docs were written in 2019. It would be really helpful (and I think go a loooong way toward helping drive adoption, long-term) if Solid could:
- Update the docs to reflect the latest Storybo
A blazing fast React alternative, compatible with IE8 and React 16.
-
Updated
Mar 29, 2021 - JavaScript
Super-fast alternative to Babel for when you can target modern JS runtimes
-
Updated
Jun 13, 2021 - TypeScript
-
Updated
Jun 16, 2021 - TypeScript
-
Updated
Aug 9, 2019 - JavaScript
More error logging
I think having Crank emit errors/warnings in more situations would go a long ways towards compensating for the docs' lack of nuance.
E.g., an async generator returning
undefineddoesn't strike me as a common thing to want to do, and if someone wants it maybe they should returnnullso it's explicit. Then Crank could throw an error if an async generator returnsundefined. That should
A polyglot web converter.
-
Updated
Jun 15, 2021 - JavaScript
Converts HTML pages into React components
-
Updated
May 10, 2021 - JavaScript
Validate and visualize dependencies. Your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.
-
Updated
May 15, 2021 - JavaScript
Document & develop React components without breaking a sweat
-
Updated
Nov 6, 2019 - JavaScript
web template editing mode for emacs
-
Updated
May 26, 2021 - Emacs Lisp
Neater If and For for React JSX
-
Updated
Jun 11, 2021 - JavaScript
Blocked By: wix/vscode-glean#97
Example:
class Foo extends Component {
render() {
return (<div>
{this.props.foo.map((bar) => <div>{bar.x}</div>)}
</div>)
}
}
Current:
const Foo = props => {
const foo = useRef();
const x = useRef();
return <div>
{foo.current.map(bar => <div>{x.current}</div>)}
Tools for developing, documenting, and testing React component libraries
-
Updated
May 10, 2021 - JavaScript
Iterate over all submodules in `core/src/__tests__/data/blocks/*` and run snapshot tests on each
It may be nice to ultimately just update these tests to read the data/blocks dir and run tests against each automatically so it's easier to manage these tests
A component for rendering React components with editable source and live preview
-
Updated
May 12, 2021 - JavaScript


The documentation contains a few references to issues from the now archived yewstack/docs repository.
Since the docs repository is read-only, the same issues should be re-created here and the links in the docs should be updated to point to the new issue.
"Contribute to our docs" links