~/devreads

#reactjs

5 posts

23 Feb

4 Feb

9 Oct 2022

srinivas.tamada@gmail.com (Srinivas Tamada) 1 min read

This is continues of my previous post about how to remove unused CSS and convert unclear JavaScript to protect your source code in the post-build process. If you are using CSS libraries like Bootstrap, Tailwind CSS, etc.. and sometimes multiple frameworks. But your application components are not using all of the styles and it adds more weight to the application…

buildcssjavascriptobfuscatereactjs

27 Aug 2019

srinivas.tamada@gmail.com (Srinivas Tamada) 1 min read

As I promised to continue the Angular/Ionic project series, as a developer perspective mock server is the most important to progress the development. We should not depend on the production or development API for front-end development. This post is about creating a simple Node Express server with mock JSON object files. You can import the project to any of the…

angularmocknodenodejsreactjs

23 Jun 2017