Prev Wong

Results 45 comments of Prev Wong

Hey folks, sorry for not posting any updates on here recently. Took me a while to actually get a prototype going, but here's a bit of a sneak peek of...

@hugominas Yes, for sure! The goal is to achieve a similar level of ease-of-use that Craft currently offers 🚀 --- @hananint Still working/experimenting on the APIs at the moment, but...

> Are LinkedNodes going to be compatible with Reka? @prevwong At the moment, it's not. The plan is to come up with a better alternative to Linked Nodes because in...

@jorgegonzalez Based on what I have currently, it would be something like this: ```tsx const YourComponent = (props) => { const { connect } = useNode(); return ( {props.slots.editableHeader} )...

I think it's also important to consider that Reka is primarily a state management system to build no-code editors hence we also need to consider that for every feature with...

Extending externals after init is not currently supported at the moment

What version of pnpm/node are you running on?

Could you try the following and see if this works: ```bash pnpm install --ignore-scripts pnpm build:packages ```

Could you create a small demo reproducing the issue on a Github repo (or on Codesandbox/Stackblitz)? I can investigate it from there

Since this is already be possible right now where the only work that needs to be done to support this is on the Renderer ( on the consumer side), I...