The Wayback Machine - https://web.archive.org/web/20201006202339/https://github.com/topics/jsx
Skip to content
#

jsx

aurelia logo

Aurelia is a next generation JavaScript client framework that leverages simple conventions to empower your creativity.

Here are 2,451 public repositories matching this topic...

yew
nick-at-hawkfish
nick-at-hawkfish commented Jan 27, 2020

It would be nice to have a babel macro that automatically runs the babel plugin to remove the runtime. That way, this project would work out of the box with "zero" config tools like create-react-app.

I'm thinking it could be something like:

import {html} from 'htm/preact/macro'

This is similar conceptually to CSS-IN-JS libraries providing a macro for their tools. See https://e

eliotsykes
eliotsykes commented Oct 3, 2019

I'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

ChALkeR
ChALkeR commented Jan 7, 2020

To reproduce:

$ npm pack [email protected]
npm notice
npm notice 📦  [email protected]
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.4k
solid
ryansolid
ryansolid commented Jun 3, 2020

I really would appreciate feedback here. It is so hard for me to see it since I've been so close to this for so long and I've developed apps in this manner for 10 years. I'm going to be the worst person to write the documentation since it is all so second nature for me. Yet, I am most likely going to be the person writing the documentation since I understand how everything works so well.

So can

brainkim
brainkim commented Sep 21, 2020

Currently when we call renderer.render(<App />, node), all of the children of node which Crank doesn’t own are blown away. This means that rendering into document.body will blow away the rest of the document. I would like Crank to work more cooperatively with the existing DOM; maybe we can keep track of the first and last nodes which we have rendered into a node and only render in that range

dependency-cruiser
sverweij
sverweij commented Oct 3, 2020

context

configs/rules/no-deprecated-core.js lists modules that have een deprecated and/ or have been removed from node. The list is up to date to node version 8. Since, more internal depencencies have been deprecated (v10) and subsequently removed (v12) - [as documented in node api documentation](https://nodejs.org/dist/latest-v12.x/docs/api/deprecations.html#deprecations_dep0084_requirin

You can’t perform that action at this time.