Skip to content

Add Typescript support and refactor as needed #6

@ar-to

Description

@ar-to

Context

Type checking and options to set class methods as private, for example, are nice to have

Expected result

  • type checking
  • private methods
  • props and state type checks
  • remove eslint "no-underscore-dangle": "off" rule to prevent use of underscores and use private keyword from typescript instead
  • remove prop-types and replace with interface. See typescript docs

Current result

Plain js with eslint rule:
"no-underscore-dangle": "off"


Examples

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions