-
Hello,
There's a problem with the following code, when the current page is refreshed
`class Description
include Inesita::Component
def after_render
`elements = document.getElementById(…
jeezs updated
6 years ago
-
I have a crash when launching Inesista server, when using the latest version of opal-sprocket (0.4.2.0.11.0.3.1)
add the following file to the gem file solve the problem:
`gem 'opal-sprockets', '…
jeezs updated
6 years ago
-
Hi!
I'm used to write SPA with JS where I often put the `index.html` in the static folder (because, well, it is static code ^^), and I can't do the same easily with Inesita.
Is there any way to…
-
## Summary
I can't figure out how to build my Inesita project as a static site. I think this is what `inesita build` is for, but that command doesn't appear to work.
## Steps to reproduce
1. inst…
-
Items in the "data" dict are prefixed with `data-` and added to the element's properties. The same needs to be done for the "aria" dict. For example,
```
div data: {toggle: 'dropdown'}, aria: {haspo…
-
Following is my example Gemfile
```rb
source "https://rubygems.org"
# inesita gem
gem 'inesita', github: 'inesita-rb/inesita'
# gem 'inesita-livereload', github: 'inesita-rb/inesita-livereloa…
zw963 updated
6 years ago
-
I'm not making any progress lately getting myself psyched out enough to do the full, "write a sub-set of JS features to compile into a more widely accepted set of JS features".
Changing this to a `…
-
I'm using opal-virtual-dom with inesita, when I wrote this on component;
`h1 'This is header'` it works
but when I wrote this;
`h1.page_heading 'This is header'` it doesn't work
expected result …
-
Looking for performance tips and suggestions on component caching and efficiently interacting with the vdom/dom for a hobby I'm tinkering with.
I have a large tree of several thousand nodes I'm ren…
-
Do you have any plan to implement server-side rendering? I'd be happy to try to implement it and send a PR if it is on the plans for that framework :smile: