DEV Community

Cover image for Is it worth creating a native mobile app for blogs
Yashu Mittal
Yashu Mittal

Posted on

 

Is it worth creating a native mobile app for blogs

Is it really worth creating a blog for your blogging website?

Where we can fetch the data using RSS feed and using framework like VueNative , and can build native mobile applications for both Android and iOS.

What do you think? πŸ€”

Top comments (2)

Collapse
 
rhymes profile image
rhymes • Edited

Have a look at the choices the dev.to team made regarding how to build their native app, they might give you some direction:

Collapse
 
mittalyashu profile image
Yashu Mittal

Thanks for the reference.

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.