FerrugemJS 2.0.5

FerrugemJS 2.0.5

  • About
  • Doc
  • GitHub
  • Help

›Using

Getting Started

  • Getting Started

Using

  • Working with components
  • Lifecycle
  • Update component
  • Binding
  • Templating

Installation

  • With webpack
  • With jspm
  • With requirejs
  • Individual install
  • Working with pugjs

Update component state

Refresh with state

You can pass change the class attribute values.

eg.

export class ModuleA{
  doAnyThing(){
    this.title = "new Title"; //equivalent to "setState of react"
  }
}

Tag refresh

See tag refresh in templating page.

← LifecycleBinding →
FerrugemJS 2.0.5
Docs
Getting StartedAbout
Community
Help
More
BlogGitHubStar