Jeconias/react-calendar-plus

Migrate project to TypeScript

Closed this issue · 2 comments

The project will be migrated to TypeScript.

Reasons:

  • Facilitate the development and implementation of new features,
  • Ensure parameter understanding.

Progress

  • Render calendar and navigation in arrows (left, right);
  • Change Language;
  • Change Theme;
  • Container to show all events in date determinate;
  • Container to show Settings;

All these features exist in the version without TypeScript.

The code should also be split up in different files for easier development. Webpack will merge them together as one calendar.min.js again

The code should also be split up in different files for easier development. Webpack will merge them together as one calendar.min.js again

Yes, it will be done.