Replies: 1 comment 3 replies
-
Hi @sukam09, I made a complete refactor to this repository earlier this week to integrate the demo/api codebase. As you faced, you have to use the demo app directly to find out how to implement your solution correctly. At this point, about implementation additions, we'll stick with current specs. |
Beta Was this translation helpful? Give feedback.
-
Hi. I'm doing this project with TypeScript + React + Axios + Recoil and almost completed. Repository Link
However, I have a question about UIs/implementations. Should I follow demo app operation exactly same? For example, some of operations can be changed depending on developers or used libraries.
Here are some examples.
Demo app does not have loading state on the article page but my app has loading state and also this is a limitation of React(SSR not supported). Moreover, I want to change this loading state to loading spinners or skeleton Uis for visibility.
Demo app redirects to register page when follow/favorite articles with not logged in state but my app redirects to login page.
In demo app, if user clicks different tags fast, all the tags clicked shown alternately when searching but I want to show only last clicked one.
If user clicks paginated lists, scroll remains bottom at the page in the demo app, but I want to pull up scroll to top.
... and more.
Therefore, I want to know my power for modifying some UIs/implementations on this app. If they are not allowed, I will discard them and follow demo app implementations same. Thanks.
P.S. There is an example app modifying some of UIs/implementations, which I want to do.
Beta Was this translation helpful? Give feedback.
All reactions