cra-template-engine
Version:
A Create React App template for @c11/engine.react
19 lines (15 loc) • 320 B
JavaScript
const initialState = {
greeting: "Hello World from @c11/engine.react",
};
const structure = {
greeting: "",
foo: {
bar: "",
},
};
const Get = structure;
const Set = structure;
const Merge = structure;
const Ref = structure;
const Remove = structure;
export { Get, Set, Merge, Ref, Remove, initialState };