Andreas Tzionis
Andreas Tzionis
Hey @abdulhakam, thanks for the suggestion. It could be an involved and lengthy endeavour to use an intermediate compiler for React code like `mitosis`. Since I don't have enough hands...
Hey @SyDant, At the moment this is only possible by forking the library and adding the component to the source code. Maybe worth mentioning that Destack now supports 3 different...
@umair975 I'm not sure exactly what's the question. If you are asking "Can I build a new ecommerce site with Destack?" then yes but you'd need to make everything static...
I just added an example to the Next.js starter project [destack-starter/tree/next-app-router](https://github.com/LiveDuo/destack-starter/tree/next-app-router). Note that: 1. It still uses the "pages" API routes for the local server [pages/api/builder](https://github.com/LiveDuo/destack-starter/tree/next-app-router/pages/api/builder). I'm pretty confident there's...
Feel free to create a PR with the migration: There are two issues, listed above: > It still uses the "pages" API routes for the local server [pages/api/builder](https://github.com/LiveDuo/destack-starter/tree/next-app-router/pages/api/builder). I'm pretty...
Hey @GoodPHP, Feel free to include Destack in the "Site Builder" section.
[Destack](https://github.com/LiveDuo/destack) is built on top of Next.js (I'm the maintainer). It's a landing page builder that works locally and stores data in a local json file within the repository. It...
We been experimenting with https://github.com/Sovereign-Labs/sovereign-sdk over the last few days and I thought sharing our experience as it touches exactly on this issue. In short: 1. The tutorial in Celestia...
@bkolad Glad! Looking forward to https://github.com/Sovereign-Labs/sovereign-sdk/issues/585.
@preston-evans98 Thanks for clearing it out. One thing that does not make complete sense yet is: if `da_sequencer_address` is required in `const-rollup-config` and whether a feature like https://github.com/Sovereign-Labs/sovereign-sdk/issues/408 would remove...