-
I purchased the book and tried out the sample app. npm install emitted multiple errors. Just wondering if the book and sample app are still being maintained. Thanks.
ghost updated
8 years ago
-
This issue is a breakdown of https://github.com/safsbe/mental-health-app/issues/26
`reagent.core/reactify-component` function is used to generate class-based react components from reagent component…
-
```
$ git clone https://github.com/backstopmedia/bleeding-edge-sample-app.git
Cloning into 'bleeding-edge-sample-app'...
remote: Counting objects: 1334, done.
remote: Total 1334 (delta 0), reused 0 (d…
-
We don't do any checking or handling when a hook is called outside of a `render` function. This is simple to reproduce - just by calling `useState` outside of a component.
We should add a test case…
-
I can't figure out how to use separate .jsx files for ReactJS components. I tried just putting the component in it's own file.
Then tried using `var Player = require('./player');` with `module.expor…
-
### Prerequisites
- [ ] I have carried out troubleshooting steps and I believe I have found a bug.
- [ ] I have searched for similar bugs in both open and closed issues and cannot find a duplicate…
-
### Prerequisites
- [ ] I have carried out troubleshooting steps and I believe I have found a bug.
- [ ] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
### Description
Implement the "Offline payment methods" list component which is presented under 'Payment Providers' in the new payments settings screen.
Additionally, also implement the settings page…
-
# Bit by bit
Storybook.JS is a very interesting development tool from JavaScript ecosystem1. This tutorial shows how we can use it with Shadow-CLJS. The code resides at storybook.js-with-shadow-cljs …
-
Following the readme, I don't see what might be causing this error. Added the package to meteor, created `lib/bower/bower.json` copied the "select2" example, run meteor and it fails to start.
```
Wh…