Skip to content

0.0.3

Compare
Choose a tag to compare
@frederic2ec frederic2ec released this 04 Oct 19:58
· 10 commits to master since this release

This new version is a major one:

  • It's now extends from the Controller class, so in your project instead of using the Controller class use the InertiaController
  • Instead of using InertiaView.Render() you can use Inertia()
    -- This now give you the ability of using the ViewBag/ViewData, very useful to give SSR ability for meta tag or page titles.