React pros - is this worth getting?
Friend's company pays for whatever he needs to study, he uses React now but wants to learn a bit more and they have this on their "can buy" list lol. I'm a complete newb on React so I've no idea how good or bad it the content could be.
https://www.humblebundle.com/books/ultimate-guide-to-reactjs-packt-books?utm_campaign=reactjun23_ann&utm_source=facebook&utm_content=humble%20bundle%20(default)&utm_medium=link&fbclid=IwAR0A6e-ZHU6E7kk0COVFRZWko4CNZW97gldGmtx49hV20S5uwuMraRHBDS0...
test data generator
this has non free and a sample option for test data in your storage system for your project (database).
https://www.mockaroo.com/...
Request: WebGL Learning Resources
Wondering if anyone has links/resources to learn how to master WebGL and integrate it in web development with popular libraries such as Three, GSAP, etc.
Learn CSS Grid
Reading
* CSS Grid cheatsheet - https://grid.malven.co/
* CSS Grid by Example - https://gridbyexample.com/
* CSS Tricks Complete Guide to Grid - https://css-tricks.com/snippets/css/complete-guide-grid/
Videos...
Page animations
Is there anything like a library of css animations that can be used in front end development to make cool things? ive been looking at using three.js and anime.js but i dont have the time to learnt his right now for my project and im looking for general background animations to bring certain sections to life.
For NES enthusiasts
This is pretty cool if you want a classic 8 bit Nintendo look for a site
https://nostalgic-css.github.io/NES.css/...
learn.svelte.dev - Learn Svelte in your browser
https://learn.svelte.dev/ Created by the Svelte team, this takes you from "I can write html/css/js and know a bit about how servers work" to "I can make a fullstack SvelteKit app using the majority of features offered by Svelte and SvelteKit"
---
My personal recommendations for following this interactive tutorial;...
[Motion Canvas] Animate video with JavaScript
https://motioncanvas.io/
Visualize Complex Ideas ProgrammaticallyMotion Canvas uses a combination of plain ol' programming and a visual video editor to help you create and animate videos and visualizations, powered by Vite....
Learn DOM Manipulation in JS
Use JS to make web pages do <stuff> with the DOM API.
Imo for learning DOM manipulation the best way is to learn a few basic controls, then go build something. When you get stuck (you wanna do something but you don't know how), just Google it and put "mdn" after your search query (like "how to set html attribute with js mdn") and you'll usually find exactly what you need
Mozilla have guides for almost everything you can do in a browser with html/css/js...