You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got tired of my Vue projects and I'm thinking of building more classic SSR apps (anyway Asp.net core backend is mandatory in the company I work for).
So I've discovered for myself Stimulus recently and started to play with it.
<button data-controller="counter" data-action="counter#increment">Count is 0</div>
and it works.
Wait, I didn't set the data-counter-count-value or default in the static values count definitions.
Then I checked hasCountValue and it returns true. So I guessed I found a bug.
I checked the Issues and found one #772. Then I checked the repo, there's no tests (Edit: I was wrong here). And a lot of unmerged pull-requests.
My question: Is this project abandoned?
The text was updated successfully, but these errors were encountered:
Absolutely not. But not every package of software needs a constant churn of releases to be alive. Stimulus is used by every new Rails app by default, and it powers Basecamp, HEY, and a bunch of other web apps.
I got tired of my Vue projects and I'm thinking of building more classic SSR apps (anyway Asp.net core backend is mandatory in the company I work for).
So I've discovered for myself Stimulus recently and started to play with it.
with controller
and it works.
Wait, I didn't set the
data-counter-count-value
or default in thestatic values
count definitions.Then I checked
hasCountValue
and it returnstrue
. So I guessed I found a bug.I checked the Issues and found one #772. Then I checked the repo,
there's no tests(Edit: I was wrong here). And a lot of unmerged pull-requests.My question: Is this project abandoned?
The text was updated successfully, but these errors were encountered: