0.1.4 • Published 6 years ago

dialectica v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Dialectica

Dialectica is a library that allows you to use React's transpiler for different purpose. React is our view layer. It takes care for the rendering part. Dialectica is opposite. It is dealing with the business logic of our applications. It allows us to write our own dialect based on the JSX syntax.

/** @jsx dialect */
import { dialect, speak } from 'dialectica';

const Foo = function ({ name }) {
  console.log(`Hello dear ${ name }!`);
}

speak(<Foo name='programmer'/>); // Hello dear programmer!
0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago