Skip to content

Refactor: Remove old JavaScript files and migrate to TypeScript compo…#133

Open
ashvin27 wants to merge 1 commit intomasterfrom
feature/typescript_conversion
Open

Refactor: Remove old JavaScript files and migrate to TypeScript compo…#133
ashvin27 wants to merge 1 commit intomasterfrom
feature/typescript_conversion

Conversation

@ashvin27
Copy link
Owner

…nents

  • Deleted src/style/index.js, stories/Datatable.stories.js, and webpack.config.js.
  • Added new TypeScript configuration in tsconfig.json.
  • Introduced babel.config.js for Babel setup.
  • Created new components: AdvancePagination.tsx, BasicPagination.tsx, TableFooter.tsx, TableHeader.tsx.
  • Refactored main component to index.tsx with TypeScript support.
  • Updated pagination logic and table rendering with new components.

…nents

- Deleted `src/style/index.js`, `stories/Datatable.stories.js`, and `webpack.config.js`.
- Added new TypeScript configuration in `tsconfig.json`.
- Introduced `babel.config.js` for Babel setup.
- Created new components: `AdvancePagination.tsx`, `BasicPagination.tsx`, `TableFooter.tsx`, `TableHeader.tsx`.
- Refactored main component to `index.tsx` with TypeScript support.
- Updated pagination logic and table rendering with new components.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant