1.1.0 • Published 6 years ago

fullts v1.1.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

FullTS    557045673

EN / 中文

Full-stack framework in TypeScript, based on TSRPC and React.

Still under developing, feel free to log a issue.

Features

Quick development

Extremly efficient in development, everything in TypeScript. Share code between frontend and backend, remote function call just like local

High performance

Delay load, pack and chunk, tested online over 2 years

Easy to learn

Get best practise of project instantly, without learning many tools (etc. webpack, react-router...)

Usage

import * as React from 'react';
import {FulltsApp} from 'fullts';

new FulltsApp({
    serverUrl: '',
    routes: [
        { path: '/', component: () => import('./views/HomeView') },
        { path: '/posts', component: () => import('./views/ArticleListView') },
        { path: '/post/:id', component: () => import('./views/SingleArticleView') },
        { path: '*', component: () => import('./views/Page404') }   //404 Page
    ]
}).renderTo(document.getElementById('app-root')!)
1.1.0

6 years ago

1.0.1

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago