JavaScript

Could someone help me solve this problem with javascript? Palindrome Check: Write a function to check if a string is a palindrome. he's number 3 on this list - [https://chat-to.dev/post?id=141](https://chat-to.dev/post?id=141) [\#javascript](https://kbin.social/tag/javascript)

4
2
https://danielrotter.at/2022/01/16/some-reasons-for-disliking-react-hooks.html

React has introduced hooks to replace classes. Some people are huge fans, while I am a bit more skeptical. An explanation.

1
0
https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-6/

Many popular npm packages depend on 6-8x more packages than they need to. Most of these are unnecessary polyfills and it's one of the key reasons node\_modules folders are so large. The eslint ecosystem seems to be most affected by this.

3
0
https://github.com/benkaiser/fast-image-resizer

The primary need for the project was to make it faster (less button clicks) to resize images before uploading to websites. It has a super-optimized workflow that has size presets and auto-downloading baked in.

1
1