Skip to content

Latest commit

 

History

History
51 lines (48 loc) · 1.25 KB

TODO.md

File metadata and controls

51 lines (48 loc) · 1.25 KB

Maintanance

  • Write Changelog & Migration Guide
  • replace imports of package.json for better support
  • Figure out how to deal with __dirname
  • Re-implement beautify filter
  • Figure out browsersync + react or maybe replace with vite?
  • Migrate Packages to ESM
    • core
    • fractal
    • handlebars
    • mandelbrot
    • nunjucks
    • react
    • twig
    • web
  • Update all dependencies
  • Migrate Examples
    • adapter-tests
    • handlebars
    • nunjucks
    • react
    • twig
  • Make tests pass
    • packages
      • core
      • fractal
      • handlebars
      • mandelbrot
      • nunjucks
      • react
      • twig
      • web
    • examples
      • handlebars
      • nunjucks
      • react
      • twig
  • migrate to vite & vitest

Features

  • Convert to Typescript
  • Provide Types for Component-Data
    import { defineComponent } from '@frctl/fractal';
    export default defineComponent({
        name: 'button',
    });
  • Multiple Adapters at once - eg. using react with handlebars