Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Removed AbstractedComponents
Browse files Browse the repository at this point in the history
  • Loading branch information
RiadhAdrani committed Dec 17, 2021
1 parent d0f5da2 commit 764b494
Show file tree
Hide file tree
Showing 27 changed files with 6 additions and 718 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Project Recursive is an ongoing project to build a functional, component-based,
## Getting Started

To get started, we need first to make the library works.
First, Create your `index.html` and `index.js` in a folder, then, download and drop this repo in the same location. Second, we need to import the library, and make the changes needed so your `index.html` recognize it corretly, your `index.html` should look something like this:
First, Create your `index.html` and `index.js` in a folder, then, download and drop this repo in the same location. Second, we need to import the library, and make the changes needed so your `index.html` recognize it correctly, your `index.html` should look something like this:

```html
<!DOCTYPE html>
Expand Down Expand Up @@ -113,7 +113,7 @@ vDOM.staticStyle = {
vDOM.render();
```

And as its name suggest, the style written is `static` and will be injected when the app fist load, just like an external `css` file.
And as its name suggest, the style written is `static` and will be injected when the app first load, just like an external `css` file.

#### `Component's inline style`

Expand Down Expand Up @@ -307,7 +307,7 @@ Let's create an `About` page:
3. We need to initialize the routing system. Just before the export statement, add this line:

```js
const router = new Router();
window.router = new Router();
```

`Router` constructor accepts one parameter, which is the root `Route`; a `Route` is like a directory in your web app. to create one, `Router` already have a premade function for them:
Expand All @@ -330,6 +330,7 @@ Let's create an `About` page:

```js
import { Button, P, Div, Link } from "./recursivejs/createcomponent/Components.js";
import Router from "./recursivejs/router/Router.js";

const iteration = setState(0);

Expand Down
31 changes: 0 additions & 31 deletions abstractedcomponent/AbstractedComponent.js

This file was deleted.

25 changes: 0 additions & 25 deletions abstractedcomponent/absinit/absinitstyle.js

This file was deleted.

19 changes: 0 additions & 19 deletions abstractedcomponent/absinit/abstractedconvert/aconvert.js

This file was deleted.

41 changes: 0 additions & 41 deletions abstractedcomponent/absinit/abstractedconvert/aconvertanimation.js

This file was deleted.

This file was deleted.

118 changes: 0 additions & 118 deletions abstractedcomponent/absinit/abstractedconvert/aconvertbox.js

This file was deleted.

22 changes: 0 additions & 22 deletions abstractedcomponent/absinit/abstractedconvert/aconvertcontent.js

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions abstractedcomponent/absinit/abstractedconvert/aconvertposition.js

This file was deleted.

Loading

0 comments on commit 764b494

Please sign in to comment.