[Frontend] [Questions about UI] React + FC + Typescript + Redux + Hooks + Immer #682
Allianzcortex
started this conversation in
General
Replies: 1 comment 5 replies
-
Hello @Allianzcortex, The UI requirements are fully part of the specs. About UI enhancements, we'll soon start working on a new version of the specs. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently I submitted my implementations of real-world into the list :
Github repo : https://github.com/Allianzcortex/react-typescript-hooks-realworld
Demo link : https://react-typescript-hooks-realworld.vercel.app/
Tech stack : React Functional Component + Immer + Redux + Hooks + axios + Testing Library
In the past I have pushed 2 PRs for the flask-realworld backend(https://github.com/gothinkster/flask-realworld-example-app/pulls?q=is%3Apr+author%3AAllianzcortex) , so I really take this project seriously. However I just know that it got rejected because of UI reasons.
here is the UI :
here is loader to show the progress :
here is snack bar to show the notification :
This is other implementation(e.g. https://angular.realworld.io/) :
So I'm really a little confused here. When we talk about the UI , is it required that we must use bootstrap and apply all the theme (I guess not because I can see the difference between https://react-mobx.realworld.io/#/ and https://angular.realworld.io/). So could I get more detailed feedback about it so I can make sure I'm on the right way.
Beta Was this translation helpful? Give feedback.
All reactions