Skip to content

Commit

Permalink
Version 2 documentation added
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-jha-mech committed Jan 27, 2022
1 parent 15dfbec commit 7f9effb
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,35 @@ Future versions will have

1. elevation around the categories & countries component
2. better sharing message
3. active countries and ctegories will be highlighted
3. active countries and categories will be highlighted
4. scroll to top will only be seen after moving down a little from top.
5. select no. of news which the user want to see
6. search for a particular article
7. necessary animations over the loading news card

And migrating the Backend from Django to Flask.

Link to download the App :=> https://drive.google.com/drive/folders/1lrFinyb3b3o3hoiCb0-8twA_crYYIVCY?usp=sharing


## Version 2 : Released on 28-01-2022

- UI is changed and modals are used for categories and countries.
- Selected country is shown at top of the Country modal.
- Option to select no. of news one wants to get.
- Using React Async Storage the selected country is stored, so that when the user repopens the app he gets the news from the same country.
- Scroll to top button.

Link to download the App :=> https://drive.google.com/drive/folders/1e4Cf_NriFSnJz6O466kmqBEKHrx9ltCF?usp=sharing

Bugs => In Some android devices text doesnt render. So yeah React Native is Garbage time to switch to flutter. Because im done with react native
- Awful documentation,
- New update every now and then,
- Need to write ton of code,
- Form validation is very painful,
- and so is State Management,
- Need to install a lot of libraries to do basic things,
- And too much difficult to debug but then you would ask me that why dont you use Typescript ? the answer is i dont want to write 100s of lines of code !
- Finally these bugs which makes your app handicapped, just imagine what would happen
- You applied for a job and the HR install your app and sees no text rendered.
- You worked day and night to make a app and upload it on Play Store and DISASTROUS Bugs like this come up?
- Last but not the least, bro where's the performance ? huh where is it ?, i see a frame drops and unresponsiveness sometimes which a user cant see or notice but you make the same app in Flutter and React Native you will see the difference in performance, Flutter is soo smooth.

Final Verdict- One may like/dislike React Native, but React Native will never be dead cuz Javascript will never be dead, its the language of the Web and most of the Developers are Familiar with it so yeah its not that bad, specially for small applications like mine.

0 comments on commit 7f9effb

Please sign in to comment.