iizunats/iizuna

There is no license information available for the latest version (v0.1.0) of this package.

A TYPO3 Extension that allows the use of server-side rendered but client side hydrated applications.

Installs: 52

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 2

Open Issues: 1

Type:typo3-cms-extension

v0.1.0 2018-12-13 23:01 UTC

This package is auto-updated.

Last update: 2024-04-23 23:53:35 UTC


README

ext_icon.png

pronunciation: /Īdzuna/

We’re not designing pages, we’re designing systems of components. — Stephen Hay

Iizuna is available for use under the MIT software license.

You can report bugs and discuss features on the GitHub issues page.

Our wiki with the documentation can be found here.

What ist iizuna?

Iizuna came from the idea of ​​designing a truly developer-friendly framework. Many of today's TypeScript frameworks, such as Angular or React, are not designed to be used on pages that rely on old-fashioned server-side rendering.

This framework is really easy to use because it basically consists of only one building block, the component.

These components reflect rough HTML elements. Selectors (currently only data-attributes) define which elements are decorated with the business-logic you develop.

Additional attributes allow additional configuration of the components, making them easily reusable.

Usage

TODO: ADD CONTENT