Friday, December 11, 2020

I watched Brad Traversy’s React JS Crash Course. Great work, Brad!

With Lino we don’t have a static index.html file because that’s being served by Django.

In lino_react.react.views I renamed App to Index.

I read webpack Code Splitting <https://webpack.js.org/guides/code-splitting/>, but still have no clear idea about how to reduce the size of our main.js file.

I read the React Context doc page but still have no clear idea about why I had to manually remove application data after the last Noi upgrade.