-
**Describe the solution you'd like**
Integrate localized language profiles with community translation platforms. Translators can focus on translation without having to fork the repository, create l…
-
Get the following error on client side after calling MojitProxy.refreshView() in a composite mojit:
Uncaught Error: Cannot read property 'type' of undefined
The composite has a child mojit without b…
ghost updated
10 years ago
-
The code shown in the explanation video is not in fact immutable.
Incorrect code:
```
console.log([
...drinks.splice(0, index),
'Mojito',
...drinks.splice(index - 1),// side note: the -1…
-
https://github.com/yahoo/mojito/wiki/ReleaseNotes0_6_0 suggests that deeply embedded mojits config are not passed to the client. See comments: "// this config is not passed to the client". This is m…
-
I am configuring a gallery that will receive an object with the location of images saved locally in my application, how can I call these?
and how i can add videos in the gallery?
```
const images …
-
This video really sums up publishing via Mojito:
https://www.youtube.com/watch?v=VtxnN6ngGzg
-
Take a look at this: http://pivotal.github.com/jasmine/#section-Spies
Coming from JasmineJS background, the ability to spy on any object proven to be very useful. I would like to see this functionali…
-
Are there any plans to support express 4? Mojito depends on express-map, so this blocks users from using express 4.
-
https://bigdreamer.cc/article/react-unit-test-start/
jadeface scholar's blog,怎么开始测试呢?编写测试之前,请先深呼吸,气沉丹田,想想自己即将要攀登到代码质量之巅。
感受着和煦的微风微凉的空调风夹杂着氟利昂的气息,抚过脸颊,默默拿起手边的Mojito温热的白开水伴随着野菊花的,
-
Cookies can be problematic with how much data is transmitted and processed by some web/application servers and we don't need Mojito cookies server-side.
Perhaps we should provide an option for loca…