Jinno: Live preview for React componentsJinno let's you preview React components seamlessly and instantly in your IDE with support for Webpack, Vite, and react-scripts.
How does it workWe do magic! We use AI, a lot of boiler plating and static code analysis to create a dynamic live server previewing your React components. The server basically creates a mini React app just for your component, shipped with all your project dependencies including providers, styles, dynamic assets (fonts or a minified js for example), third party libraries, state management and more. Jinno will also auto generate properties that it was able to detect itself as an input for your component. Quick start
For components with complex propertiesIf your component accepts complex properties like for example another component, you can create a "story" file next to your component file where you'll provide example input properties. This file is just like any other file in your project, you have no limits and can import or write any logic that you want in order to create the properties. Similar to storybook concept.
Main features✓ Preview your React component in 1 click ✓ Hot reload that works 10x faster then your project's live reload. Support✓ React ✓ NextJS - support will be added on early 2025 ✓ Vite ✓ Webpack ✓ create-react-app ✓ Javascript ✓ Typescript ✓ Mobx ✓ Redux ✓ Zustand ✓ Tailwind ✓ Bootstrap ✓ CSS ✓ SASS - SCSS ✓ HTML ✓ StoryBook ✓ JS ✓ TS |