How to use lastViewedRef method in storybook-root

Best JavaScript code snippet using storybook-root

useLastViewed.ts

Source:useLastViewed.ts Github

copy

Full Screen

1import debounce from 'lodash/debounce';2import { useCallback, useEffect, useMemo, useRef } from 'react';3import store from 'store2';4import { Selection, StoryRef } from './types';5const save = debounce((value) => store.set('lastViewedStoryIds', value), 1000);6export const useLastViewed = (selection: Selection) => {7 const initialLastViewedStoryIds = useMemo((): StoryRef[] => {8 const items = store.get('lastViewedStoryIds');9 if (!items || !Array.isArray(items)) return [];10 if (!items.some((item) => typeof item === 'object' && item.storyId && item.refId)) return [];11 return items;12 }, [store]);13 const lastViewedRef = useRef(initialLastViewedStoryIds);14 const updateLastViewed = useCallback(15 (story: StoryRef) => {16 const items = lastViewedRef.current;17 const index = items.findIndex(18 ({ storyId, refId }) => storyId === story.storyId && refId === story.refId19 );20 if (index === 0) return;21 if (index === -1) {22 lastViewedRef.current = [story, ...items];23 } else {24 lastViewedRef.current = [story, ...items.slice(0, index), ...items.slice(index + 1)];25 }26 save(lastViewedRef.current);27 },28 [lastViewedRef]29 );30 useEffect(() => {31 if (selection) updateLastViewed(selection);32 }, [selection]);33 return {34 getLastViewed: useCallback(() => lastViewedRef.current, [lastViewedRef]),35 clearLastViewed: useCallback(() => {36 lastViewedRef.current = lastViewedRef.current.slice(0, 1);37 save(lastViewedRef.current);38 }, [lastViewedRef]),39 };...

Full Screen

Full Screen

Using AI Code Generation

copy

Full Screen

1import React from 'react';2import { storiesOf } from '@storybook/react';3import { action } from '@storybook/addon-actions';4import { linkTo } from '@storybook/addon-links';5import Button from './Button';6import Welcome from './Welcome';7storiesOf('Welcome', module).add('to Storybook', () => <Welcome showApp={linkTo('Button')} />);8storiesOf('Button', module)9 .add('with text', () => (10 <Button onClick={action('clicked')}>Hello Button</Button>11 .add('with some emoji', () => (12 <Button onClick={action('clicked')}>πŸ˜€ 😎 πŸ‘ πŸ’―</Button>13 ));14import React from 'react';15import { storiesOf } from '@storybook/react';16import { action } from '@storybook/addon-actions';17import { linkTo } from '@storybook/addon-links';18import Button from './Button';19import Welcome from './Welcome';20storiesOf('Welcome', module).add('to Storybook', () => <Welcome showApp={linkTo('Button')} />);21storiesOf('Button', module)22 .add('with text', () => (23 <Button onClick={action('clicked')}>Hello Button</Button>24 .add('with some emoji', () => (25 <Button onClick={action('clicked')}>πŸ˜€ 😎 πŸ‘ πŸ’―</Button>26 ));27import React from 'react';28import { storiesOf } from '@storybook/react';29import { action } from '@storybook/addon-actions';30import { linkTo } from '@storybook/addon-links';31import Button from './Button';32import Welcome from './Welcome';33storiesOf('Welcome', module).add('to Storybook', () => <Welcome showApp={linkTo('Button')} />);34storiesOf('Button', module)35 .add('with text', () => (36 <Button onClick={action('clicked')}>Hello Button</Button>37 .add('with some emoji', () => (38 <Button onClick={action('clicked')}>πŸ˜€ 😎 πŸ‘ πŸ’―</Button>39 ));

Full Screen

Using AI Code Generation

copy

Full Screen

1import React from 'react';2import { storiesOf } from '@storybook/react';3const stories = storiesOf('Category', module);4stories.add('story1', () => <div>story1</div>);5stories.add('story2', () => <div>story2</div>);6stories.add('story3', () => <div>story3</div>);7import React from 'react';8import { storiesOf } from '@storybook/react';9const stories = storiesOf('Category', module);10stories.add('story1', () => <div>story1</div>);11stories.add('story2', () => <div>story2</div>);12stories.add('story3', () => <div>story3</div>);13export const globalDecorator = (storyFn) => (14 <ThemeProvider theme={theme}>15 {storyFn()}16);17export const parameters = {18 actions: { argTypesRegex: "^on[A-Z].*" },19 controls: { expanded: true },20 backgrounds: {21 { name: 'dark', value: '#141414' },22 { name: 'light', value: '#ffffff' },23 },24 options: {25 storySort: {26 },27 },28 docs: {29 },30 previewTabs: {31 'storybook/docs/panel': { index: -1 },32 },33 viewport: {34 },35};36export const decorators = [globalDecorator];37I want to use the theme in my stories, so I import the theme and wrap my stories in the ThemeProvider :38import { theme } from '../src/theme';39export default {40 (Story) => (41 <ThemeProvider theme={theme}>42};

Full Screen

Using AI Code Generation

copy

Full Screen

1import { lastViewedRef } from 'storybook-root';2const lastViewed = lastViewedRef();3import { lastViewedRef } from 'storybook-root';4const lastViewed = lastViewedRef();5import { lastViewedRef } from 'storybook-root';6const lastViewed = lastViewedRef();7import { lastViewedRef } from 'storybook-root';8const lastViewed = lastViewedRef();9import { lastViewedRef } from 'storybook-root';10const lastViewed = lastViewedRef();11import { lastViewedRef } from 'storybook-root';12const lastViewed = lastViewedRef();13import { lastViewedRef } from 'storybook-root';14const lastViewed = lastViewedRef();15import { lastViewedRef } from 'storybook-root';16const lastViewed = lastViewedRef();17import { lastViewedRef } from 'storybook-root';18const lastViewed = lastViewedRef();

Full Screen

Using AI Code Generation

copy

Full Screen

1import { lastViewedRef } from 'storybook-root';2const lastViewed = lastViewedRef.current;3import { lastViewedRef } from 'storybook-root';4const lastViewed = lastViewedRef.current;5import { lastViewedRef } from 'storybook-root';6const lastViewed = lastViewedRef.current;7import { lastViewedRef } from 'storybook-root';8const lastViewed = lastViewedRef.current;9import { lastViewedRef } from 'storybook-root';10const lastViewed = lastViewedRef.current;11import { lastViewedRef } from 'storybook-root';12const lastViewed = lastViewedRef.current;13import { lastViewedRef } from 'storybook-root';14const lastViewed = lastViewedRef.current;15import { lastViewedRef } from 'storybook-root';16const lastViewed = lastViewedRef.current;17import { lastViewedRef } from 'storybook-root';18const lastViewed = lastViewedRef.current;

Full Screen

Using AI Code Generation

copy

Full Screen

1import { lastViewedRef } from 'storybook-root';2export default {3};4export const TestStory = () => {5 const lastViewedStory = lastViewedRef.current;6 console.log(lastViewedStory);7 return <div>Test</div>;8};9TestStory.story = {10};11import { useRef } from 'react';12import { addons, types } from '@storybook/addons';13import { useStorybookApi } from '@storybook/api';14import { useChannel } from '@storybook/api';15import { useParameter } from '@storybook/api';16import { STORY_CHANGED } from '@storybook/core-events';17const ADDON_ID = 'storybook-root';18const PANEL_ID = `${ADDON_ID}/panel`;19const lastViewedRef = useRef(null);20const Panel = () => {21 const api = useStorybookApi();22 const story = useParameter('story', null);23 const channel = useChannel({ [STORY_CHANGED]: () => {} });24 lastViewedRef.current = story;25 return null;26};27addons.register(ADDON_ID, () => {28 addons.add(PANEL_ID, {29 render: ({ active, key }) => <Panel active={active} key={key} />,30 });31});32export { lastViewedRef };

Full Screen

Using AI Code Generation

copy

Full Screen

1import { lastViewedRef } from 'storybook-root';2const storybook = new Storybook({3 {4 render: () => <div>Story 1</div>,5 },6 {7 render: () => <div>Story 2</div>,8 },9});10storybook.render();11lastViewedRef(storybook);12lastViewedRef(storybook);

Full Screen

Using AI Code Generation

copy

Full Screen

1import { lastViewedRef } from 'storybook-root';2const lastViewed = lastViewedRef();3console.log(lastViewed);4import { lastViewedRef } from 'storybook-root';5const lastViewed = lastViewedRef();6console.log(lastViewed);

Full Screen

Automation Testing Tutorials

Learn to execute automation testing from scratch with LambdaTest Learning Hub. Right from setting up the prerequisites to run your first automation test, to following best practices and diving deeper into advanced test scenarios. LambdaTest Learning Hubs compile a list of step-by-step guides to help you be proficient with different test automation frameworks i.e. Selenium, Cypress, TestNG etc.

LambdaTest Learning Hubs:

YouTube

You could also refer to video tutorials over LambdaTest YouTube channel to get step by step demonstration from industry experts.

Run storybook-root automation tests on LambdaTest cloud grid

Perform automation testing on 3000+ real desktop and mobile devices online.

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful