Fork me on GitHub
#fulcro
<
2017-09-28
>
tony.kay00:09:15

So I’ve updated the nashorn branch of fulcro-template. It has a working version of Nashorn-based SSR. So, we should have a good complete story for isomorphic apps now, even if you use external libs.

tony.kay00:09:43

Didn’t require any changes to fulcro itself…just tinkering with Nashorn until it worked

roklenarcic07:09:26

Do you ever get worried that the current implementation of i18n will bloat code size? After all, it always loads all translations in all languages.

roklenarcic15:09:57

what do I do when using defsc and the second element in the ident is a simple keyword like :singleton rather than a value found in props?

tony.kay15:09:04

@roklenarcic it does not always load them. It supports i18n modules. See docs.

tony.kay15:09:57

Any cases not supported by defsc just revert to defui. I was waiting for more feedback before adding other conveniences.

tony.kay15:09:47

Defui is fully general. Defsc is meant to help with a common subset of cases

edward.scott17:09:21

I am trying to use the fulcro CSS library with a fulcro template project. Where should I put the css/upsert-css?

wilkerlucio19:09:59

@mandor2017 you can put the upsert-css at the same place you call the fulcro/mount

wilkerlucio19:09:17

it's idempotent, so it's ok to call multiple times