Skip to content

Integrate DefinitelyTyped TypeScript types into the project #880

Closed
@severen

Description

@severen

Redux itself currently ships with TypeScript types bundled, yet this does not. It seems like it would make sense to me to also ship types in this repository, especially as react-redux and redux are tightly integrated.

I ended up thinking about this due to the fact that using @types/react-redux with the latest beta releases of Redux (which have overhauled type definitions that fix an issue I was having) requires me going into the node_modules folder and manually deleting its dependency on Redux 3.x so that everything works how it should. If this project included the definitions like Redux does, both projects could then have matching beta/@next releases, which would fix this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions