Skip to content
#

inferno

Here are 118 public repositories matching this topic...

dtothefp
dtothefp commented Jul 25, 2019

I've been playing around with Razzle and how the Server HMR works.

I generated a Razzle Project and run it

  • npx create-razzle-app my-app
  • cd my-app && yarn start

If I now edit the src/Home.js I see hot reloading working in the browser and I see the server.js being re-required by the index.js. But if I open my dev tools "view page source" my changes are not actually in the HTML

nelreina
nelreina commented Jun 11, 2018

I like your project a lot. I've been using it for a couple of months now. Just the demo folder never felt natural for me.
Simplify the project by integrating storybook instead of the demo folder.

then users can create documentation of their components.

I think it will benefit all library authors for React/Preact/ vue/ even javascript.

[Storybook](https://git

Guria
Guria commented Mar 2, 2017

Please leave info about your projects using Cerebral and function tree.
I am prepaing internal presentation on corporate event and I need some cool reference to mention in it. And of course we can include references to your projects on docs website if you want.

Please provide:

  • short description
  • a link to project if available
  • screenshots and/or dynamic gif (especially @gaspard app with
aweary
aweary commented May 5, 2017

The idea of deferring state management to freactal is solid but as far as I can tell, users will still need to use class components if they want to trigger effects in lifecycle methods, and the README seems to imply that you can always use SFCs because freactal is orchestrating state, but that feels slightly misleading since React provides more than just state management APIs

Maybe add an e

mpigsley
mpigsley commented Aug 20, 2019

If only the "click" event is set to true, it seems as though clicking an element with data-rh works to open the hint but clicking it again does not close the hint.

I can wire up toggleHint from the ref, but it seems like the default here should be to close hint if the element is clicked again. If persist is set to true then it shouldn't close on click. At least that's how I interpret it.

A demo for the ReactJS Tampa Bay meetup showing how to build a React+Redux-like architecture from scratch using Inferno, Most.js, reactive programmning, and various functional programming tools & techniques

  • Updated Feb 2, 2018
  • JavaScript
IgnusG
IgnusG commented Oct 5, 2018

While installing dependencies I received this message:

npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

prepare is already run after prepublish so th

Improve this page

Add a description, image, and links to the inferno topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the inferno topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.