Andreas Tzionis
Andreas Tzionis
A way to do this is have a "Add component" button to save the component HTML to a JSON file (similar to data/default.json) and the load them all dynamically in...
@UPDOWNUP-64BIT In general it seems good. The instructions you followed are for Next.js and require Next.js to be already installed in your project. There are different instructions for React. Also,...
@bostondevin I decided to disabled the form components until they are properly tested. If someone wants to ensure that they work as expected and possibly fix any bugs in a...
@vizardkill If you want to use external react components in Destack's editor, that is not possible. But, you can create a new Next.js page and your React components along Destack....
Hi @apugoneappu, Glad you liked Destack. Through your issue I realised I missed a bit of config in `pages/api/submit.js` To get the form submission to work head back to [pages/api/submit.js](https://github.com/LiveDuo/destack/blob/main/dev/nextjs-project/pages/api/submit.js)...
Hey @jesusbibieca, Glad you liked the project. I think Destack is starting to overgrow its initial focus of being a tool for developers to build landing pages for their solo...
Hey @awhilebac, You have a few options if the end goal is to integrate Destack with Django and your DB. 1) Leave Next.js for your frontend and fork the project...
@arun-lmnas This is very close to the solution I have in mind. Firstly we will need multi-page support https://github.com/LiveDuo/destack/issues/24#issuecomment-904067773 so a landing page and a few blog pages can co-exist...
@JcdeA I've been thinking about multiple pages and came to two possible implementations. Here are my thoughts on the two possibilities and a possible way to get it done! ###...
Hey, I’ve been looking for ways to implement multiple choice votes during the last week or two and just stumbled across this issue. Below I've written about my implementation, talk...