LearnNewsExamplesServices
Frontmatter
id5133
titleCreating the neo.mjs renderer for Storybook
stateOpen
labels
enhancementepicno auto closehacktoberfest
assignees[]
createdAtDec 5, 2023, 10:40 AM
updatedAtMay 16, 2026, 10:50 PM
githubUrlhttps://github.com/neomjs/neo/issues/5133
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]

Creating the neo.mjs renderer for Storybook

Openenhancementepicno auto closehacktoberfest
tobiu
tobiu commented on Dec 5, 2023, 10:40 AM

Once the Storybook framework is created (https://github.com/neomjs/neo/issues/5132), we need a custom renderer for neo based components.

As an example: https://github.com/storybookjs/storybook/blob/next/code/frameworks/ember/src/client/preview/render.ts

Similar to our Siesta based setup, we will need to use:

 Neo.worker.App.createNeoInstance()
 Neo.worker.App.destroyNeoInstance()
 Neo.worker.App.setConfigs()
tobiu added the enhancement label on Dec 5, 2023, 10:40 AM
tobiu added the epic label on Dec 5, 2023, 10:40 AM
tobiu cross-referenced by #5134 on Dec 5, 2023, 10:43 AM
tobiu cross-referenced by #5132 on Dec 11, 2023, 11:19 AM
tobiu removed the stale label on Oct 2, 2024, 12:41 AM
tobiu added the no auto close label on Oct 2, 2024, 12:41 AM
tobiu reopened this issue on Oct 2, 2024, 12:41 AM
tobiu added the hacktoberfest label on Oct 2, 2024, 12:43 AM
tobiu cross-referenced by #6000 on Oct 2, 2024, 12:52 AM