Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@issr/babel-plugin

AlexSergey54MIT4.0.0

Babel plugin for iSSR

babel, ssr, server-side-rendering, isomorphic-rendering, universal-application, react, rockpack

readme

iSSR

The easiest way to move your React application to Server-Side Rendering. Handles Side Effects and synchronizes State.

README

Articles

Features

  • TypeScript support
  • React 19 and React-Compiler support
  • Small size (5kb)
  • Without dependencies
  • iSSR supports native setState, Redux (thunk, sagas), Mobx, Apollo and other state management libraries

The MIT License

Copyright (c) Aleksandrov Sergey

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

changelog

Changelog

[4.0.0]

  • React-Compiler support

[3.0.0]

  • React 19 support

[2.3.0]

  • Refactoring
  • Fixed a few typescript issues
  • Updated styleguide and build system
  • Dropped old examples

[2.0.0]

  • React 18 support
  • The new approach to handle asynchronous actions
  • A few fixes