Deric Cain
Deric Cain
@bvelasquez It looks like this package gets the tokenized card from Stripe and then you can create a subscription using your backend. For more info, see the docs here: https://stripe.com/docs/api/subscriptions/create
It looks like you should not invoke the decorator as a function (notice the lack of `()` in `@remotedev`): ```js @remotedev class SomeStore {} ``` That at least gets rid...
That is an interesting idea, but I am not sure how prevalent the use case is for that. What I mean is how many times would a user want to...
There currently is not a way to do that. I plan on doing some work on this and releasing a 4.0 version fairly soon and I will consider adding this...
What styles are you trying to add, just so I am on the same page?
@smajumder2017 Are you talking about the labels beside the buttons or the icons inside the button? It looks like this could possibly be achieved simply by changing [this type](https://github.com/dericgw/react-tiny-fab/blob/master/src/index.tsx#L6) to...
I gave this a shot in #46. This was a really good case for using a lookup table.
If comments in JSON are a big deal, what about using JSON5? Seems like it has picked up lately with other major tools using it (looking at you VSCode)