Skip to content

Math.random is forbidden in redux paradigm #14

@HawkeyePierce89

Description

@HawkeyePierce89

id: Math.random().toString(36).substring(2),

the reducer must be pure. Given the same arguments, it should calculate the next state and return it. No surprises. No side effects. No API calls. No mutations. Just a calculation

https://redux.js.org/basics/reducers#handling-actions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions