Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSergey committed Jan 19, 2021
1 parent 852b796 commit a3437c4
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 10 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img alt="iSSR" src="http://natrube.net/issr/logo.svg">
</p>

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

## Table of Contents

Expand All @@ -16,7 +16,8 @@ The easiest way to move your React application to Server Side Rendering.
- [License](#the-mit-license)

## Articles
Coming soon...
[RU: Server-Side Rendering с нуля до профи](https://habr.com/ru/post/527310/)
[ENG: Server-Side Rendering from zero to hero](https://dev.to/alexsergey/server-side-rendering-from-zero-to-hero-2610)

## Features

Expand All @@ -35,7 +36,7 @@ Modern JS applications are divided into 2 types:

Schematically, the SSR application looks like this:

![iSSR](https://www.rockpack.io/readme_assets/rockpack_ussr_1.png)
![iSSR](http://natrube.net/issr/schema.png)

- SSR application consists of two sub-applications - frontend and backend with common logic.
- NodeJS app runs React app.
Expand Down
Binary file added assets/article-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "issr",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"description": "iSSR the easiest way to move your React application to Server Side Rendering",
Expand Down
5 changes: 3 additions & 2 deletions packages/babel-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<img alt="iSSR" src="http://natrube.net/issr/logo.svg">
</p>

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

[README](https://github.com/AlexSergey/issr)

## Articles
Coming soon...
[RU: Server-Side Rendering с нуля до профи](https://habr.com/ru/post/527310/)
[ENG: Server-Side Rendering from zero to hero](https://dev.to/alexsergey/server-side-rendering-from-zero-to-hero-2610)

## Features
- TypeScript support
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@issr/babel-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "Babel plugin for iSSR",
"main": "index.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<img alt="iSSR" src="http://natrube.net/issr/logo.svg">
</p>

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

[README](https://github.com/AlexSergey/issr)

## Articles
Coming soon...
[RU: Server-Side Rendering с нуля до профи](https://habr.com/ru/post/527310/)
[ENG: Server-Side Rendering from zero to hero](https://dev.to/alexsergey/server-side-rendering-from-zero-to-hero-2610)

## Features
- TypeScript support
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@issr/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "iSSR the easiest way to move your React application to Server Side Rendering",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a3437c4

Please sign in to comment.