question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I think it might be good to rename this package to typescript-fsa or fsa-typescript or something along those lines. This library can technically be used with any FSA compliant flux implementation, or even something else. For example I am currently using it in a cycle.js project.

On top of this, the redux dependency probably isn’t necessary. We could reimplement the ReduxAction type in this library and be fairly certain that the API won’t change as FSA is a pretty concrete interface at this point in time.

Also if you haven’t seen it, should take a look at https://github.com/UrbanDoor/typed-fsa. Seems there are similar goals for both of these projects. Though I prefer this library’s isType check over that other library’s isAction check for narrowing, as there is no need to declare the payload again.

Thanks for all the hard work!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
aikovencommented, Mar 3, 2017

Just released typescript-fsa@2.0.0.

0reactions
farismcommented, Mar 5, 2017

I migrated to new package and my app seems to be working well. I think we can close this one out. Nice work!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Rename package in Android Studio - Stack Overflow
To rename your package name, all you have to do is go to your AndroidManifest.xml file and put your mouse cursor in front...
Read more >
rename | Dart Package - Pub.dev
Helps you to change or rename your flutter project BundleId and AppName for Ios, Android, MacOS and Linux platforms.
Read more >
How to Rename Package Name in Android Studio?
Step 1: To rename package name in Android studio open your project in Android mode first as shown in the below image. Step...
Read more >
Rename package in Android Studio | Edureka Community
Right-click it · Select Refactor · Click on Rename · In the pop-up dialog, click on Rename Package instead of Rename Directory ·...
Read more >
How to change the Package name in Android | by SHISHIR
Right-click it · Select Refactor · Click on Rename · In the Pop-up dialog, click on Rename Package instead of Rename Directory ·...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found