1.2.1 • Published 2 years ago

@frank-mayer/photon v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Photon

Use retro tech at the speed of light towards the future.

NPM version NPM downloads Types included

Photon is a web development platform that takes simplicity over complexity. Great for beginners and experts.

This framework is not meant to be used for complex web applications, only for simple pages. The purpose is to improve the general performance and simplify the deployment.

Use Cases

  • Blogs
  • Portfolios
  • Info pages
  • Online documentations
  • ...

Keep it simple

Do you already know the standard HTML, CSS, and JavaScript stack? Why learn a new one when the existing one is the best? Photon keeps the standard you already know. Templates and subpages are defined in separate HTML files and Photon takes kare of the complicated rest.

Speed and performance

Most frameworks add too much overhead to simple websites. Photon does the opposite, it is designed for simple websites.

It stays in the Browser

The complete code is executed client-side in the browser. Depending on the settings of the (subpage-) router, some settings on the web server may need to be changed.

Quick Start

Use npm or yarn to import the library.

npm i @frank-mayer/photon
yarn add @frank-mayer/photon

Read about the functionality you want to use

Documentation

Import the needed parts

import { DomFrame, Router } from "@frank-mayer/photon";
1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.1.3

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.3

3 years ago

0.5.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago