Roman Liutikov

Results 63 issues of Roman Liutikov

## Issue In the following example both `onClick` handlers are created as different functions on every update, which causes `shouldComponentUpdate` optimization to fail on child components: __Input__ ```js const Counter...

enhancement

Implement profile view as per [spec](https://github.com/gothinkster/realworld-starter-kit/blob/master/FRONTEND_INSTRUCTIONS.md#profile)

in progress

Implement Create/Edit article view as per [spec](https://github.com/gothinkster/realworld-starter-kit/blob/master/FRONTEND_INSTRUCTIONS.md#createedit-article)

in progress

- [x] [Authentication](https://github.com/gothinkster/realworld/tree/master/api#authentication) - [x] [Registration](https://github.com/gothinkster/realworld/tree/master/api#registration) - [x] [Get Current User](https://github.com/gothinkster/realworld/tree/master/api#get-current-user) - [ ] [Update User](https://github.com/gothinkster/realworld/tree/master/api#update-user) - [ ] [Get Profile](https://github.com/gothinkster/realworld/tree/master/api#get-profile) - [x] [Follow user](https://github.com/gothinkster/realworld/tree/master/api#follow-user) - [x] [Unfollow user](https://github.com/gothinkster/realworld/tree/master/api#unfollow-user) -...

help wanted
in progress

RealWorld frontend spec requires the app to have at least one unit test for demonstration purpose. There could be tests for controllers at least.

help wanted

Implement settings view as per [spec](https://github.com/gothinkster/realworld-starter-kit/blob/master/FRONTEND_INSTRUCTIONS.md#settings)

help wanted

I'm wondering if this is actually to be used in prod? Do you consider to work on accessibility for this? Replicating DOM inside of `canvas` tag seems somewhat a good...

Would be nice to have multiple tabs in the console running at the same time :)

Hey. Just so you know that Joker works in WASM. Had to patch bbolt and Go's WASM support is still missing IO, but you can run the CLI in eval...

Here's a repo with some macros to optimize Rum & Sablono https://github.com/funcool/rumext Basically there are a couple of additional compile forms for Sablono and lazy-component function which delays Rum component...