-
This is just an idea I had for making dependencies a little more dynamic. We could tie into the default npm `postinstall` script to launch a node script powered by `inquirer` that asks you a series of…
-
I have a react component written in typescript. Is there any way to use the boilerplate to create a dash component out of my typescript component?
-
Awesome boilerplate!
Testing React components can be tricky also. It would be cool to see you post mocha tests for a couple of the components.
Thanks.
-
### Description
_Create a New Link Sent email template according to the design using React Email_
### Acceptance Criteria
- The email template must be responsive
- The email template must be…
-
# Issue summary
Before opening this issue, I have:
- [x ] Upgraded to the latest version of the package
- `shopify_app` version: 22.4.0
- Ruby version: 3.3.1
- Operating system: Mac OS X Sonom…
-
Hi, thanx for great work!
Mixing Orb 1.1.0 with popular Redux boilerplates isn't straightforward process.
Instead of going from
```
import ord from 'orb'
```
and smth like
```
```
I ended u…
-
Hey guys I need some help figuring out what's causing this strange behavior while dragging elements in this `portal` modal component. I'll leave a demo video below. This problem occurs if I grab the e…
-
## Summary
As the testing process moves from Jest and Puppetter to Cypress, it would be valuable for the consumer to have access to helper utils for Cypress in order to remove 'DRY' code.
## 💬 De…
jd239 updated
4 months ago
-
- Delete all the boilerplate from Create React App (text, images, styles).
- Create a new directory called components.
- Inside components, create a new Calculator.js file.
- In Calculator.js, create …
-
**Describe the bug**
Implementing props.children, or any situation where you pass a react component from a parent to a child results in an infinite load in the browser and also the native application…