DiscipleTools / disciple-tools-theme

Disciple.Tools is a coalition management system for disciple making movements.
https://disciple.tools
GNU General Public License v2.0
40 stars 62 forks source link

Replace lodash functions with vanilla js/es6 functions. #2361

Open corsacca opened 7 months ago

corsacca commented 7 months ago

Lodash was super helpful before es6 came, but now it is better to use native functions.

Consider creating several smaller PRs instead of one big one. This will speed up the review process. If a new function is needed, we can create it in the shared-functions.js file.

The goal will be to not have to include lodash in the theme page loads.

corsacca commented 6 months ago

Start with the details.js file.