Summary
In this chapter, we saw how to make use of Next.js to build a fast full stack app. We saw how to make use of Danfo.js nodes in the backend and we also used JavaScript packages such as twit.js and nlp-node
to obtain Twitter data and perform sentiment analysis.
We also saw how to easily infuse Danfo.js with Next.js and how to prevent errors by loading components with next/dynamic
.
The goal of the chapter was to enable you to see how you can easily use Danfo.js to build a full stack (backend and frontend) data-driven app, and I believe this was well achieved in this chapter.
I believe we've covered a lot in this book, starting from the introduction to Danfo.js to building a no-code environment with Danfo.js, to building a recommendation system and Twitter analytics dashboard. From the various use cases of Danfo.js with various JavaScript frameworks, we were able to build an analytics platform and machine learning-driven web apps.
We've come to the end of...