DEV Community

Cover image for Write Letter #3 Pagination, Paper Plane mode, Commenting !
Thanawat Yodnil
Thanawat Yodnil

Posted on

Write Letter #3 Pagination, Paper Plane mode, Commenting !

In this part I'm implmenting pagnination to reduce data overload add new writing mode (paper plane) and finally commenting !

I have to say pagination is very important for app like this one, because if user load all data from database at once, that's gonna be big problem

So, I decied to create pagination for letter and comment to help to reduce data overload

Alt Text

Before went for Paper plane writing type I want to implement comment system first

What is paper plane ?

As described in first part of this series, paper plane is writing mode that is not publicly visible to anyone but randomly one stranger will catch it !

Remark who do we got in this part

  • Pagnination
  • Comment
  • Paper Plane

Timelapse

Check out my timelapse tool https://github.com/littleboycoding/timelapse

Top comments (0)